Skip to content

Commit db054fd

Browse files
Bumped up PythonConnector PATCH version from 2.3.8 to 2.3.9 (#611)
* SNOW-272313: Bumped up PythonConnector PATCH version from 2.3.8 to 2.3.9
1 parent e0db9fe commit db054fd

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
@@ -10,6 +10,11 @@ Release Notes
1010
-------------------------------------------------------------------------------
1111

1212

13+
- v2.3.9(January 27,2021)
14+
15+
- The fix to add proper proxy CONNECT headers for connections made over proxies.
16+
17+
1318
- v2.3.8(January 14,2021)
1419

1520
- Arrow result conversion speed up.

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

0 commit comments

Comments
 (0)