Skip to content

Commit

Permalink
SNOW-121728: Bump up version to 1.1.17
Browse files Browse the repository at this point in the history
  • Loading branch information
sfc-gh-stakeda authored and ankit-bhatnagar167 committed Dec 2, 2019
1 parent 136212a commit db3104d
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions DESCRIPTION.rst
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,14 @@ https://github.com/snowflakedb/snowflake-sqlalchemy
Release Notes
-------------------------------------------------------------------------------

- v1.1.17 (December 2,2019)

- Comments not created when creating new table #118
- SQLAlchemy Column Metadata Cache not working
- Timestamp DDL renders wrong when precision value passed
- Fixed special character handling in snowflake-sqlalchemy from URL string
- Added development optional dependencies to Python packages

- v1.1.16 (October 21,2019)

- Fix SQLAlchemy not working with global url
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, 16, None)
VERSION = (1, 1, 17, None)

0 comments on commit db3104d

Please sign in to comment.