Skip to content

Commit

Permalink
SNOW-236836: Bumped up PythonConnector PATCH version from 2.3.6 to 2.…
Browse files Browse the repository at this point in the history
…3.7 (#554)

@noreview - This is an automated process. No review is required

Co-authored-by: Jenkins <snowflake-provisioner>
  • Loading branch information
sfc-gh-abhatnagar authored and sfc-gh-mkeller committed Dec 7, 2020
1 parent f9ecaed commit 3217bf9
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions DESCRIPTION.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion src/snowflake/connector/version.py
Original file line number Diff line number Diff line change
@@ -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)

0 comments on commit 3217bf9

Please sign in to comment.