Skip to content

Commit

Permalink
SNOW-458926 Snowflake SqlAlchemy Version Bump from 1.3.1 to 1.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
sfc-gh-abhatnagar committed Sep 14, 2021
1 parent 4b41b01 commit e807fed
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions DESCRIPTION.rst
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,10 @@ https://github.com/snowflakedb/snowflake-sqlalchemy
Release Notes
-------------------------------------------------------------------------------

- v1.3.2 (September 14,2021)

- Fixed a breaking change introduced in SQLAlchemy 1.4 that changed the behavior of returns_unicode_strings.

- v1.3.1 (July 23,2021)

- Raising minimum version of SQLAlchemy to match used features.
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, 3, 1, None)
VERSION = (1, 3, 2, None)

0 comments on commit e807fed

Please sign in to comment.