From db3104d0fcd076700bc68648a892e80cc4c0214a Mon Sep 17 00:00:00 2001 From: Shige Takeda Date: Mon, 2 Dec 2019 12:04:39 -0800 Subject: [PATCH] SNOW-121728: Bump up version to 1.1.17 --- DESCRIPTION.rst | 8 ++++++++ version.py | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/DESCRIPTION.rst b/DESCRIPTION.rst index 5e0be76b..d4c99f16 100644 --- a/DESCRIPTION.rst +++ b/DESCRIPTION.rst @@ -10,6 +10,14 @@ https://github.com/snowflakedb/snowflake-sqlalchemy Release Notes ------------------------------------------------------------------------------- +- v1.1.17 (December 2,2019) + + - Comments not created when creating new table #118 + - SQLAlchemy Column Metadata Cache not working + - Timestamp DDL renders wrong when precision value passed + - Fixed special character handling in snowflake-sqlalchemy from URL string + - Added development optional dependencies to Python packages + - v1.1.16 (October 21,2019) - Fix SQLAlchemy not working with global url diff --git a/version.py b/version.py index f993b66d..99fb4393 100644 --- a/version.py +++ b/version.py @@ -1,3 +1,3 @@ # Update this for the versions # Don't change the forth version number from None -VERSION = (1, 1, 16, None) +VERSION = (1, 1, 17, None)