Skip to content

Commit d02d36d

Browse files
Bump version to 3.18.1 and stamp release date
1 parent f246167 commit d02d36d

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

DESCRIPTION.md

Lines changed: 1 addition & 1 deletion
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.19.0(TBD)
10+
- v3.18.1(July 15,2026)
1111
- N/A
1212

1313
- v3.18.0(October 03,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, 18, 0, None)
3+
VERSION = (3, 18, 1, None)

0 commit comments

Comments
 (0)