Skip to content

Commit c4bf2d9

Browse files
sfc-gh-stakedasfc-gh-abhatnagar
authored andcommitted
Version Bump to 1.2.0 for Snowflake Python SqlAlchemy
1 parent 633a62e commit c4bf2d9

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

DESCRIPTION.rst

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

13+
- v1.2.0 (January 27, 2020)
14+
15+
- Fix typo in README Connection Parameters #141
16+
- Fix sqlalchemy and possibly python-connector warnings
17+
- Fix handling of empty table comments #137
18+
- Fix handling spaces in connection string passwords #149
19+
1320
- v1.1.18 (January 6,2020)
1421

1522
- Set current schema in connection string containing special characters

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, 1, 18, None)
3+
VERSION = (1, 2, 0, None)

0 commit comments

Comments
 (0)