Skip to content

Commit

Permalink
SNOW-544015: Bumped up PythonConnector PATCH version from 2.7.4 to 2.… (
Browse files Browse the repository at this point in the history
  • Loading branch information
sfc-gh-kdama committed Mar 16, 2022
1 parent 9820c95 commit 9a454f6
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions DESCRIPTION.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,15 @@ Source code is also available at: https://github.com/snowflakedb/snowflake-conne



- v2.7.5(March 17,2022)

- Added an option for partners to inject their name through an environmental variable (SF_PARTNER)
- Fixed a bug where we would not wait for input if a browser window couldn't be opened for SSO login
- Deprecate support for Python 3.6
- Exported a type definition for SnowflakeConnection
- Fixed a bug where final Arrow table would contain duplicate index numbers when using fetch_pandas_all


- v2.7.4(February 05,2022)

- Add Geography Types
Expand Down
2 changes: 1 addition & 1 deletion src/snowflake/connector/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, 7, 4, None)
VERSION = (2, 7, 5, None)

0 comments on commit 9a454f6

Please sign in to comment.