Skip to content

Commit 856762a

Browse files
SNOW-394801: Bumped up PythonConnector MINOR version from 2.4.6 to 2.5.0 (#797) (#798)
@noreview - This is an automated process. No review is required Co-authored-by: Jenkins User <snowflake-provisioner>
1 parent f71f3d7 commit 856762a

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

DESCRIPTION.rst

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,13 @@ Release Notes
1010
-------------------------------------------------------------------------------
1111

1212

13+
- v2.5.0(July 22,2021)
14+
15+
- Fixed a bug in write_pandas when quote_identifiers is set to True the function would not actually quote column names.
16+
- Bumping idna dependency pin from <3,>=2.5 to >=2.5,<4
17+
- Fix describe method when running `insert into ...` commands
18+
19+
1320
- v2.4.6(June 25,2021)
1421

1522
- Fixed a potential memory leak.

src/snowflake/connector/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, 4, 6, None)
3+
VERSION = (2, 5, 0, None)

0 commit comments

Comments
 (0)