Skip to content

Commit 4c62b30

Browse files
smtakedaankit-bhatnagar167
authored andcommitted
SNOW-68474: Version Bump for python connector release 1.7.7
1 parent 111ac5a commit 4c62b30

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

DESCRIPTION.rst

Lines changed: 5 additions & 0 deletions
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+
- v1.7.7 (February 22,2019)
13+
14+
- Skip HEAD operation when OVERWRITE=true for PUT
15+
- Update copyright year from 2018 to 2019 for Python
16+
1217
- v1.7.6 (February 08,2019)
1318

1419
- Adjusted pyasn1 and pyasn1-module requirements 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, 7, 6, None)
3+
VERSION = (1, 7, 7, None)

0 commit comments

Comments
 (0)