Skip to content

Commit 61975bf

Browse files
SNOW-XXX: Bumped up SQLAlchemy PATCH version from 1.5.0 to 1.5.1 (#460)
1 parent 9bbd4cc commit 61975bf

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

DESCRIPTION.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Source code is also available at:
99

1010
# Release Notes
1111

12-
- v1.5.1(Unreleased)
12+
- v1.5.1(November 03, 2023)
1313

1414
- Fixed a compatibility issue with Snowflake Behavioral Change 1057 on outer lateral join, for more details check https://docs.snowflake.com/en/release-notes/bcr-bundles/2023_04/bcr-1057.
1515
- Fixed credentials with `externalbrowser` authentication not caching due to incorrect parsing of boolean query parameters.

src/snowflake/sqlalchemy/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@
33
#
44
# Update this for the versions
55
# Don't change the forth version number from None
6-
VERSION = (1, 5, 0, None)
6+
VERSION = (1, 5, 1, None)

0 commit comments

Comments
 (0)