Skip to content

Commit 5fd08d3

Browse files
Release version 3.13.1
1 parent 94e9943 commit 5fd08d3

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

DESCRIPTION.md

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

99
# Release Notes
1010

11+
- v3.13.1(January 29, 2025)
12+
1113
- v3.13.0(January 23,2025)
1214
- Added a feature to limit the sizes of IO-bound ThreadPoolExecutors during PUT and GET commands.
1315
- Updated README.md to include instructions on how to verify package signatures using `cosign`.

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

0 commit comments

Comments
 (0)