Skip to content

Commit a8ef278

Browse files
committed
Bumpin up version to 1.1.5
1 parent bb9ec0c commit a8ef278

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.5 (December 19, 2018)
14+
15+
- Added multivalue_support feature flag
16+
- Deprecate get_primary_keys
17+
1318
- v1.1.4 (November 13, 2018)
1419

1520
- Fixed lable/alias by honoring quote_name.

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

0 commit comments

Comments
 (0)