From 80191ba13bf7d0216e2d18225120803383034ed0 Mon Sep 17 00:00:00 2001 From: Shige Takeda Date: Fri, 22 Feb 2019 21:48:37 +0000 Subject: [PATCH] SNOW-68488: Version Bump for SqlAlchemy connector release 1.1.10 --- DESCRIPTION.rst | 5 +++++ version.py | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/DESCRIPTION.rst b/DESCRIPTION.rst index eb2af2b4..29125850 100644 --- a/DESCRIPTION.rst +++ b/DESCRIPTION.rst @@ -10,6 +10,11 @@ https://github.com/snowflakedb/snowflake-sqlalchemy Release Notes ------------------------------------------------------------------------------- +- v1.1.10 (February 22, 2019) + + - Separated base.py file into smaller files and fixed import statements + - Prevent creating tables with indexes in SQLAlchemy + - Add tox support - v1.1.9 (February 11, 2019) diff --git a/version.py b/version.py index 2b7c2ba3..a60646e0 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, 9, None) +VERSION = (1, 1, 10, None)