Skip to content

Commit

Permalink
Version Bump python connector to 2.2.8
Browse files Browse the repository at this point in the history
  • Loading branch information
sfc-gh-abhatnagar committed Jun 23, 2020
1 parent 2884fee commit df0702a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions DESCRIPTION.rst
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,11 @@ Source code is also available at: https://github.com/snowflakedb/snowflake-conne
Release Notes
-------------------------------------------------------------------------------

- v2.2.8(June 22,2020)

- Switched docstring style to Google from Epydoc and added automated tests to enforce the standard.
- Fixed a memory leak in DIctCursor's Arrow format code.

- v2.2.7(June 1,2020)

- Support azure-storage-blob v12 as well as v2 (for Python 3.5.0-3.5.1) by Python Connector
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 = (2, 2, 7, None)
VERSION = (2, 2, 8, None)

0 comments on commit df0702a

Please sign in to comment.