Skip to content

Commit

Permalink
Python Connector Version Bump 2.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
sfc-gh-abhatnagar committed Oct 5, 2020
1 parent 5b4a588 commit 0ba2fb6
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions DESCRIPTION.rst
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,11 @@ Source code is also available at: https://github.com/snowflakedb/snowflake-conne
Release Notes
-------------------------------------------------------------------------------

- v2.3.3(October 05,2020)

- Test setting changes to simplify config files.
- The following Connection functions now filter out empty lines from their inputs: execute_stream, execute_string.

- v2.3.2(September 14,2020)

- Fixed a bug where a file handler was not closed properly.
Expand Down
2 changes: 1 addition & 1 deletion src/snowflake/connector/version.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# Update this for the versions
# Don't change the forth version number from None
VERSION = (2, 3, 2, None)
VERSION = (2, 3, 3, None)

0 comments on commit 0ba2fb6

Please sign in to comment.