Skip to content

Commit e3b874b

Browse files
SNOW-368557 Bumped version from 2.4.4 to 2.4.5
1 parent 2f2a786 commit e3b874b

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

DESCRIPTION.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,9 @@ Source code is also available at: https://github.com/snowflakedb/snowflake-conne
99
Release Notes
1010
-------------------------------------------------------------------------------
1111

12+
- v2.4.5(June 15,2021)
13+
14+
- Fix for incorrect JWT token invalidity when an account alias with a dash in it is used for regionless account URL.
1215

1316
- v2.4.4(May 30,2021)
1417

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

0 commit comments

Comments
 (0)