Skip to content

Commit e807fed

Browse files
SNOW-458926 Snowflake SqlAlchemy Version Bump from 1.3.1 to 1.3.2
1 parent 4b41b01 commit e807fed

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

DESCRIPTION.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,10 @@ https://github.com/snowflakedb/snowflake-sqlalchemy
1010
Release Notes
1111
-------------------------------------------------------------------------------
1212

13+
- v1.3.2 (September 14,2021)
14+
15+
- Fixed a breaking change introduced in SQLAlchemy 1.4 that changed the behavior of returns_unicode_strings.
16+
1317
- v1.3.1 (July 23,2021)
1418

1519
- Raising minimum version of SQLAlchemy to match used features.

version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
# Update this for the versions
22
# Don't change the forth version number from None
3-
VERSION = (1, 3, 1, None)
3+
VERSION = (1, 3, 2, None)

0 commit comments

Comments
 (0)