Skip to content

Commit 21de73e

Browse files
Bump up Python Connector Version to 2.3.2
1 parent a7ac99c commit 21de73e

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

DESCRIPTION.rst

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
-------------------------------------------------------------------------------
1111

12+
- v2.3.2(September 14,2020)
13+
14+
- Fixed a bug where a file handler was not closed properly.
15+
- Fixed various documentation typos.
16+
1217
- v2.3.1(August 25,2020)
1318

1419
- Fixed a bug where 2 constants were removed by mistake.

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

0 commit comments

Comments
 (0)