Skip to content

Commit dfb151e

Browse files
sfc-gh-smirzaeisaber mirzaei
andauthored
Bumped up PythonConnector version from 3.7.0 to 3.7.1 (#1884)
Co-authored-by: saber mirzaei <[email protected]>
1 parent d1c1c5b commit dfb151e

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
@@ -8,7 +8,7 @@ Source code is also available at: https://github.com/snowflakedb/snowflake-conne
88

99
# Release Notes
1010

11-
- v3.7.1(TBD)
11+
- v3.7.1(February 21, 2024)
1212

1313
- Bumped pandas dependency from >=1.0.0,<2.2.0 to >=1.0.0,<3.0.0.
1414
- Bumped cryptography dependency from <42.0.0,>=3.1.0 to >=3.1.0,<43.0.0.

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

0 commit comments

Comments
 (0)