Skip to content

Commit

Permalink
Bumped up PythonConnector PATCH version from 2.6.1 to 2.6.2
Browse files Browse the repository at this point in the history
  • Loading branch information
sfc-gh-mkeller committed Sep 25, 2021
1 parent ae07314 commit 4df60cd
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions DESCRIPTION.rst
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,13 @@ Release Notes
-------------------------------------------------------------------------------


- v2.6.2(September 27,2021)

- Updated vendored urllib3 and requests versions.
- Fixed a bug where GET commands would fail to download files from sub directories from stages.
- Added a feature where where the connector will print the url it tried to open when it is unable to open it for external browser authentication.


- v2.6.1(September 16,2021)

- Bump pandas version from <1.3 to <1.4
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, 6, 1, None)
VERSION = (2, 6, 2, None)

0 comments on commit 4df60cd

Please sign in to comment.