Skip to content

Commit 32e23af

Browse files
sfc-gh-stakedaankit-bhatnagar167
authored andcommitted
SNOW-82473: Bump up version to 1.8.3
1 parent 1d17086 commit 32e23af

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+
13+
- v1.8.3(June 17,2019)
14+
- Update Client Driver OCSP Endpoint URL for Private Link Customers
15+
- Ignore session gone 390111 when closing
16+
- Python3.4 using requests 2.21.0 needs older version of urllib3
17+
- Use Account Name for Global URL
18+
1219
- v1.8.2 (June 03,2019)
1320

1421
- Pendulum datatype support

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

0 commit comments

Comments
 (0)