Skip to content

Commit 4da2a61

Browse files
sfc-gh-bnasssfc-gh-kdamasfc-gh-anavalos
authored
SNOW-896089: Bumped up PythonConnector PATCH version from 3.1.0 to 3.1.1 (#1703)
* SNOW-896089: Bumped up PythonConnector PATCH version from 3.1.0 to 3.1.1 @noreview - This is an automated process. No review is required * Update DESCRIPTION.md * lint error * Update DESCRIPTION.md --------- Co-authored-by: Jenkins User <snowflake-provisioner> Co-authored-by: Kiran Dama <[email protected]> Co-authored-by: Angel Avalos <[email protected]>
1 parent 02cf139 commit 4da2a61

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

DESCRIPTION.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Source code is also available at: https://github.com/snowflakedb/snowflake-conne
88

99
# Release Notes
1010

11-
- v3.1.1(TBD)
11+
- v3.1.1(August 28,2023)
1212

1313
- Fixed a bug in retry logic for okta authentication to refresh token.
1414
- Support `RSAPublicKey` when constructing `AuthByKeyPair` in addition to raw bytes.

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 = (3, 1, 0, None)
3+
VERSION = (3, 1, 1, None)

0 commit comments

Comments
 (0)