Skip to content

Commit 4c6b728

Browse files
sfc-gh-stakedaankit-bhatnagar167
authored andcommitted
SNOW-88339: Bumped up version to 1.8.6
1 parent 4668ea3 commit 4c6b728

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+
- v1.8.6(July 29,2019)
13+
14+
- Reduce retries for OCSP from Python Driver
15+
- Azure PUT issue: ValueError: I/O operation on closed file
16+
- Add client information to USER-AGENT HTTP header - PythonConnector
17+
- Better handling of OCSP cache download failure
18+
1219
- v1.8.5(July 15,2019)
1320

1421
- Drop Python 3.4 support for Python 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 = (1, 8, 5, None)
3+
VERSION = (1, 8, 6, None)

0 commit comments

Comments
 (0)