Skip to content

Commit 80191ba

Browse files
smtakedaankit-bhatnagar167
authored andcommitted
SNOW-68488: Version Bump for SqlAlchemy connector release 1.1.10
1 parent b2b4625 commit 80191ba

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

DESCRIPTION.rst

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

13+
- v1.1.10 (February 22, 2019)
14+
15+
- Separated base.py file into smaller files and fixed import statements
16+
- Prevent creating tables with indexes in SQLAlchemy
17+
- Add tox support
1318

1419
- v1.1.9 (February 11, 2019)
1520

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, 9, None)
3+
VERSION = (1, 1, 10, None)

0 commit comments

Comments
 (0)