Skip to content

Commit

Permalink
SNOW-68488: Version Bump for SqlAlchemy connector release 1.1.10
Browse files Browse the repository at this point in the history
  • Loading branch information
smtakeda authored and ankit-bhatnagar167 committed Feb 22, 2019
1 parent b2b4625 commit 80191ba
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions DESCRIPTION.rst
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,11 @@ https://github.com/snowflakedb/snowflake-sqlalchemy
Release Notes
-------------------------------------------------------------------------------

- v1.1.10 (February 22, 2019)

- Separated base.py file into smaller files and fixed import statements
- Prevent creating tables with indexes in SQLAlchemy
- Add tox support

- v1.1.9 (February 11, 2019)

Expand Down
2 changes: 1 addition & 1 deletion version.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# Update this for the versions
# Don't change the forth version number from None
VERSION = (1, 1, 9, None)
VERSION = (1, 1, 10, None)

0 comments on commit 80191ba

Please sign in to comment.