Skip to content

Commit

Permalink
SNOW-258464: Bumped up PythonConnector PATCH version from 2.3.7 to 2.…
Browse files Browse the repository at this point in the history
…3.8 (#596) (#597)

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

Co-authored-by: Jenkins <snowflake-provisioner>
  • Loading branch information
sfc-gh-abhatnagar committed Jan 12, 2021
1 parent 1ba41e1 commit 0c3e6c4
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions DESCRIPTION.rst
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,14 @@ Release Notes
-------------------------------------------------------------------------------


- v2.3.8(January 14,2021)

- Arrow result conversion speed up.
- Send all Python Connector exceptions to in-band or out-of-band telemetry.
- Vendoring requests and urllib3 to contain OCSP monkey patching to our library only.
- Declare dependency on setuptools.


- v2.3.7(December 10,2020)

- Added support for upcoming downscoped GCS credentials.
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, 7, None)
VERSION = (2, 3, 8, None)

0 comments on commit 0c3e6c4

Please sign in to comment.