Skip to content

Commit b4d354a

Browse files
committed
Bumping up version to 1.1.6
1 parent af5c5d4 commit b4d354a

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.1.6 (January 3, 2019)
14+
15+
- Fixed 'module' object is not callable in csvsql
16+
1317
- v1.1.5 (December 19, 2018)
1418

1519
- Added multivalue_support feature flag

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

0 commit comments

Comments
 (0)