Skip to content

Commit d0e00ad

Browse files
authored
SNOW-909591: Bumped up PythonConnector MINOR version from 3.1.1 to 3.2.0 (#1723)
1 parent 351b2dc commit d0e00ad

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.1.2(TBD)
11+
- v3.2.0(September 06,2023)
1212

1313
- Made the ``parser`` -> ``manager`` renaming more consistent in ``snowflake.connector.config_manager`` module.
1414
- Added support for default values for ConfigOptions

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

0 commit comments

Comments
 (0)