Skip to content

Commit d21f7c3

Browse files
sfc-gh-stakedaankit-bhatnagar167
authored andcommitted
SNOW-86529: Bump up version to 1.8.5
1 parent 88632cc commit d21f7c3

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

DESCRIPTION.rst

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

12+
- v1.8.5(July 15,2019)
13+
14+
- Drop Python 3.4 support for Python Connector
15+
1216
- v1.8.4(July 01,2019)
1317

1418
- Update Python Connector to discard invalid OCSP Responses while merging caches

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

0 commit comments

Comments
 (0)