Skip to content

Commit 77ad07f

Browse files
Snow 295621 python connector version bump (#643) (#644)
* SNOW-295621: Bumped up PythonConnector PATCH version from 2.4.0 to 2.4.1
1 parent 159064e commit 77ad07f

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

DESCRIPTION.rst

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

1212

13+
- v2.4.1(March 04,2021)
14+
15+
- Make connection object exit() aware of status of parameter `autocommit`
16+
17+
1318
- v2.4.0(March 04,2021)
1419

1520
- Added support for Python 3.9 and PyArrow 3.0.x.

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

0 commit comments

Comments
 (0)