Skip to content

Commit 98381ae

Browse files
SNOW-2057797 Minor python connector version bump (#2302)
1 parent fd574d3 commit 98381ae

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

DESCRIPTION.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ https://docs.snowflake.com/
77
Source code is also available at: https://github.com/snowflakedb/snowflake-connector-python
88

99
# Release Notes
10-
- v3.15(TBD)
10+
- v3.15.0(Apr 29,2025)
1111
- Bumped up min boto and botocore version to 1.24.
1212
- OCSP: terminate certificates chain traversal if a trusted certificate already reached.
1313
- Added new authentication methods support for programmatic access tokens (PATs), OAuth 2.0 Authorization Code Flow, OAuth 2.0 Client Credentials Flow, and OAuth Token caching.

src/snowflake/connector/version.py

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

0 commit comments

Comments
 (0)