Skip to content

Commit 1f7321e

Browse files
PATCH: Bumped up PythonConnector PATCH version from 3.9.0 to 3.9.1 (#1928)
* PATCH: Bumped up PythonConnector PATCH version from 3.9.0 to 3.9.1 @noreview - This is an automated process. No review is required --------- Co-authored-by: Jenkins User <snowflake-provisioner>
1 parent 407fc12 commit 1f7321e

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

DESCRIPTION.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@ Source code is also available at: https://github.com/snowflakedb/snowflake-conne
88

99
# Release Notes
1010

11-
- v3.9.1(TBD)
11+
- v3.9.1(April 22,2024)
1212

13-
- Fixed 400 error when connecting to a China endpoint.
13+
- Fixed an issue that caused a HTTP 400 error when connecting to a China endpoint.
1414

1515
- v3.9.0(April 20,2024)
1616

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

0 commit comments

Comments
 (0)