Skip to content

Commit 7bcbca2

Browse files
sfc-gh-stakedaankit-bhatnagar167
authored andcommitted
SNOW-115098: Bump up version to 2.0.3
1 parent 0da2b22 commit 7bcbca2

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

DESCRIPTION.rst

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

12+
- v2.0.3(November 1,2019)
13+
14+
- Fix for ,Pandas fetch API did not handle the case that first chunk is empty correctly.
15+
- Updated with botocore, boto3 and requests packages to the latest version.
16+
- Pinned stable versions of Azure urllib3 packages.
17+
1218
- v2.0.2(October 21,2019)
1319

1420
- Fix sessions remaining open even if they are disposed manually. Retry deleting session if the connection is explicitly closed.

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

0 commit comments

Comments
 (0)