Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 29ad620

Browse files
Bump Python version to 2.3.6
1 parent bc4016b commit 29ad620

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

DESCRIPTION.rst

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,13 @@ Source code is also available at: https://github.com/snowflakedb/snowflake-conne
99
Release Notes
1010
-------------------------------------------------------------------------------
1111

12+
- v2.3.6(November 16,2020)
13+
14+
- Fixed a bug that was preventing the connector from working on Windows with Python 3.8.
15+
- Improved the string formatting in exception messages.
16+
- For dependency checking, increased the version condition for the cryptography package from <3.0.0 to <4.0.0.
17+
- For dependency checking, increased the version condition for the pandas package from <1.1 to <1.2.
18+
1219
- v2.3.5(November 03,2020)
1320

1421
- Updated the dependency on the cryptography package from version 2.9.2 to 3.2.1.

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

0 commit comments

Comments
 (0)