Skip to content

Commit 765d0fe

Browse files
SNOW-331001: Bumped up PythonConnector PATCH version from 2.4.1 to 2.4.2 (#670) (#671)
@noreview - This is an automated process. No review is required
1 parent 415d806 commit 765d0fe

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.2(April 03,2021)
14+
15+
- PUT statements are now thread-safe.
16+
17+
1318
- v2.4.1(March 04,2021)
1419

1520
- Make connection object exit() aware of status of parameter `autocommit`

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

0 commit comments

Comments
 (0)