Skip to content

Commit 622d638

Browse files
author
Jenkins User
committed
PATCH: Bumped up PythonConnector PATCH version from 3.17.0 to 3.17.1
@noreview - This is an automated process. No review is required
1 parent 40e145f commit 622d638

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

DESCRIPTION.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,11 @@ Source code is also available at: https://github.com/snowflakedb/snowflake-conne
99
# Release Notes
1010
- v3.17.1(TBD)
1111
- Added `infer_schema` parameter to `write_pandas` to perform schema inference on the passed data.
12+
13+
- v3.17.1(August 17,2025)
14+
15+
-N/A
16+
1217
- Namespace `snowlake` reverted back to non-module.
1318

1419
- v3.17.0(August 16,2025)

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

0 commit comments

Comments
 (0)