From e06c451e61bfce62c585ef88865d039e538f37e6 Mon Sep 17 00:00:00 2001 From: Shige Takeda Date: Fri, 25 Jan 2019 22:10:46 +0000 Subject: [PATCH] SNOW-65359: Bumping up version to 1.7.5 --- DESCRIPTION.rst | 4 ++++ version.py | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/DESCRIPTION.rst b/DESCRIPTION.rst index ae417aa6f..b19a6c0be 100644 --- a/DESCRIPTION.rst +++ b/DESCRIPTION.rst @@ -9,6 +9,10 @@ Source code is also available at: https://github.com/snowflakedb/snowflake-conne Release Notes ------------------------------------------------------------------------------- +- v1.7.5 (January 25, 2019) + + - Incorporate "kwargs" style group of key-value pairs in connection's "execute_string" function. + - v1.7.4 (January 3, 2019) - Invalidate outdated OCSP response when checking cache hit diff --git a/version.py b/version.py index d5b8f3dab..b3f02f1b6 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, 7, 4, None) +VERSION = (1, 7, 5, None)