Skip to content

Commit a64a00f

Browse files
sfc-gh-stakedaankit-bhatnagar167
authored andcommitted
SNOW-124482: bump up version to 2.1.2
1 parent 46fd5a9 commit a64a00f

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

DESCRIPTION.rst

Lines changed: 5 additions & 1 deletion
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.1.2(December 16,2019)
13+
14+
- Fix the arrow bundling issue for python connector on mac.
15+
- Fix the arrow dll bundle issue on windows.Add more logging.
16+
1217
- v2.1.1(December 12,2019)
1318

1419
- Fix GZIP uncompressed content for Azure GET command.
@@ -19,7 +24,6 @@ Release Notes
1924

2025
- v2.1.0(December 2,2019)
2126

22-
- GA: ARROW format support, to be enabled in the next few weeks.
2327
- Fix default `ssl_context` options
2428
- Pin more dependencies for Python Connector
2529
- Fix import of SnowflakeOCSPAsn1Crypto crashes Python on MacOS Catalina

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

0 commit comments

Comments
 (0)