diff --git a/DESCRIPTION.rst b/DESCRIPTION.rst index a8e171ec..690cbf76 100644 --- a/DESCRIPTION.rst +++ b/DESCRIPTION.rst @@ -10,6 +10,11 @@ https://github.com/snowflakedb/snowflake-sqlalchemy Release Notes ------------------------------------------------------------------------------- +- v1.2.1 (February 18,2020) + + - Add driver property to SnowflakeDialect #140 + - Suppress deprecation warning by fixing import + - v1.2.0 (January 27, 2020) - Fix typo in README Connection Parameters #141 diff --git a/version.py b/version.py index 3821ad3a..2c315f2b 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, 2, 0, None) +VERSION = (1, 2, 1, None)