Skip to content

Commit 3217bf9

Browse files
sfc-gh-abhatnagarsfc-gh-mkeller
authored andcommitted
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 <snowflake-provisioner>
1 parent f9ecaed commit 3217bf9

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

DESCRIPTION.rst

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,17 @@ Source code is also available at: https://github.com/snowflakedb/snowflake-conne
99
Release Notes
1010
-------------------------------------------------------------------------------
1111

12+
13+
- v2.3.7(December 10,2020)
14+
15+
- Added support for MFA Cache.
16+
- Added support for upcoming downscoped GCS credentials.
17+
- Tightened pyOpenSSL dependency pin.
18+
- Relaxed boto3 dependency pin up to next major release.
19+
- Relaxed cffi dependency pin up to next major release.
20+
- Async query execution.
21+
- Dropped support for Python 3.5.
22+
1223
- v2.3.6(November 16,2020)
1324

1425
- Fixed a bug that was preventing the connector from working on Windows with Python 3.8.

src/snowflake/connector/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
# Update this for the versions
22
# Don't change the forth version number from None
3-
VERSION = (2, 3, 6, None)
3+
VERSION = (2, 3, 7, None)

0 commit comments

Comments
 (0)