Skip to content

Commit 0ba2fb6

Browse files
Python Connector Version Bump 2.3.3
1 parent 5b4a588 commit 0ba2fb6

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.3(October 05,2020)
13+
14+
- Test setting changes to simplify config files.
15+
- The following Connection functions now filter out empty lines from their inputs: execute_stream, execute_string.
16+
1217
- v2.3.2(September 14,2020)
1318

1419
- Fixed a bug where a file handler was not closed properly.

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

0 commit comments

Comments
 (0)