Skip to content

Commit

Permalink
PATCH: Bumped up PythonConnector PATCH version from 3.12.2 to 3.12.3
Browse files Browse the repository at this point in the history
@noreview - This is an automated process. No review is required
  • Loading branch information
Jenkins User committed Oct 22, 2024
1 parent d73afee commit 2ea4cb7
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions DESCRIPTION.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,11 @@ Source code is also available at: https://github.com/snowflakedb/snowflake-conne
# Release Notes

- v3.12.3(TBD)

- v3.12.3(October 25,2024)

-N/A

- Improved the error message for SSL-related issues to provide clearer guidance when an SSL error occurs.
- Improved error message for SQL execution cancellations caused by timeout.

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, 12, 2, None)
VERSION = (3, 12, 3, None)

0 comments on commit 2ea4cb7

Please sign in to comment.