Skip to content

Commit d011688

Browse files
Version Bump Python Connector to 2.2.10
1 parent c01303c commit d011688

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+
- v2.2.10(August 03,2020)
13+
14+
- Improved an error message for when "pandas" optional dependency group is not installed and user tries to fetch data into a pandas DataFrame. It'll now point user to our online documentation.
15+
1216
- v2.2.9(July 13,2020)
1317

1418
- Connection parameter validate_default_parameters now verifies known connection parameter names and types. It emits warnings for anything unexpected types or names.

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

0 commit comments

Comments
 (0)