Skip to content

Commit 7a207f3

Browse files
SNOW-1993520 Patch python connector version bump (#2286)
Co-authored-by: Jenkins User <900904>
1 parent 6427d69 commit 7a207f3

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
@@ -10,7 +10,7 @@ Source code is also available at: https://github.com/snowflakedb/snowflake-conne
1010
- v3.15(TBD)
1111
-
1212

13-
- v3.14.1(April 18, 2025)
13+
- v3.14.1(April 21, 2025)
1414
- Added support for Python 3.13.
1515
- NOTE: Windows 64 support is still experimental and should not yet be used for production environments.
1616
- Dropped support for Python 3.8.

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

0 commit comments

Comments
 (0)