Skip to content

Commit 0f9cbb0

Browse files
Bump up version to 2.2.7
1 parent 6d143b5 commit 0f9cbb0

File tree

2 files changed

+11
-2
lines changed

2 files changed

+11
-2
lines changed

DESCRIPTION.rst

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

12+
- v2.2.6(May 11,2020)
13+
14+
- Update Pyarrow version from 0.16.0 to 0.17.0 for Python connector
15+
- Remove more restrictive application name enforcement.
16+
- Missing keyring dependency will not raise an exception, only emit a debug log from now on.
17+
- Bumping boto3 to <1.14
18+
- Fix flake8 3.8.0 new issues
19+
- Implement Python log interceptor
20+
1221
- v2.2.5(April 30,2020)
1322

1423
- Added more efficient way to ingest a pandas.Dataframe into Snowflake, located in snowflake.connector.pandas_tools
@@ -34,7 +43,7 @@ Release Notes
3443
- Support Python 3.8 for Linux and Mac.
3544

3645
- v2.2.1(February 18,2020)
37-
46+
3847
- Fix use DictCursor with execute_string #248
3948

4049
- v2.2.0(January 27,2020)

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

0 commit comments

Comments
 (0)