Skip to content

Commit

Permalink
SNOW-77603: Bumping version to 1.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
smtakeda authored and ankit-bhatnagar167 committed May 10, 2019
1 parent d203bef commit c1ffec8
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions DESCRIPTION.rst
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,14 @@ Source code is also available at: https://github.com/snowflakedb/snowflake-conne
Release Notes
-------------------------------------------------------------------------------

- v1.8.0 (May 10, 2019)

- support numpy.bool_ in binding type
- Add Option to Skip Request Pooling
- Add OCSP_MODE metric
- Fixed PUT URI issue for Windows path
- OCSP SoftFail

- v1.7.11 (April 22, 2019)

- numpy timestamp with timezone support
Expand Down
2 changes: 1 addition & 1 deletion version.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# Update this for the versions
# Don't change the forth version number from None
VERSION = (1, 7, 11, None)
VERSION = (1, 8, 0, None)

0 comments on commit c1ffec8

Please sign in to comment.