From 3217bf945d623d4ebbb4dd49343a361f17b4fc8f Mon Sep 17 00:00:00 2001 From: Ankit Bhatnagar Date: Sun, 6 Dec 2020 21:59:37 -0800 Subject: [PATCH] SNOW-236836: Bumped up PythonConnector PATCH version from 2.3.6 to 2.3.7 (#554) @noreview - This is an automated process. No review is required Co-authored-by: Jenkins --- DESCRIPTION.rst | 11 +++++++++++ src/snowflake/connector/version.py | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/DESCRIPTION.rst b/DESCRIPTION.rst index 696856e59..c61a67118 100644 --- a/DESCRIPTION.rst +++ b/DESCRIPTION.rst @@ -9,6 +9,17 @@ Source code is also available at: https://github.com/snowflakedb/snowflake-conne Release Notes ------------------------------------------------------------------------------- + +- v2.3.7(December 10,2020) + + - Added support for MFA Cache. + - Added support for upcoming downscoped GCS credentials. + - Tightened pyOpenSSL dependency pin. + - Relaxed boto3 dependency pin up to next major release. + - Relaxed cffi dependency pin up to next major release. + - Async query execution. + - Dropped support for Python 3.5. + - v2.3.6(November 16,2020) - Fixed a bug that was preventing the connector from working on Windows with Python 3.8. diff --git a/src/snowflake/connector/version.py b/src/snowflake/connector/version.py index 13e2a1d01..3deaeeb56 100644 --- a/src/snowflake/connector/version.py +++ b/src/snowflake/connector/version.py @@ -1,3 +1,3 @@ # Update this for the versions # Don't change the forth version number from None -VERSION = (2, 3, 6, None) +VERSION = (2, 3, 7, None)