Skip to content

Commit

Permalink
PATCH: Bumped up PythonConnector PATCH version from 3.9.0 to 3.9.1 (#…
Browse files Browse the repository at this point in the history
…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>
  • Loading branch information
sfc-gh-yuwang authored Apr 19, 2024
1 parent 407fc12 commit 1f7321e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions DESCRIPTION.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ Source code is also available at: https://github.com/snowflakedb/snowflake-conne

# Release Notes

- v3.9.1(TBD)
- v3.9.1(April 22,2024)

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

- v3.9.0(April 20,2024)

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

0 comments on commit 1f7321e

Please sign in to comment.