From 61975bf607434fe8427aaae926549e8ffd3e9bb8 Mon Sep 17 00:00:00 2001 From: Mark Keller Date: Wed, 1 Nov 2023 23:48:45 +0000 Subject: [PATCH] SNOW-XXX: Bumped up SQLAlchemy PATCH version from 1.5.0 to 1.5.1 (#460) --- DESCRIPTION.md | 2 +- src/snowflake/sqlalchemy/version.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/DESCRIPTION.md b/DESCRIPTION.md index 47133034..5751354c 100644 --- a/DESCRIPTION.md +++ b/DESCRIPTION.md @@ -9,7 +9,7 @@ Source code is also available at: # Release Notes -- v1.5.1(Unreleased) +- v1.5.1(November 03, 2023) - 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. - Fixed credentials with `externalbrowser` authentication not caching due to incorrect parsing of boolean query parameters. diff --git a/src/snowflake/sqlalchemy/version.py b/src/snowflake/sqlalchemy/version.py index b45b8c09..6aea4f54 100644 --- a/src/snowflake/sqlalchemy/version.py +++ b/src/snowflake/sqlalchemy/version.py @@ -3,4 +3,4 @@ # # Update this for the versions # Don't change the forth version number from None -VERSION = (1, 5, 0, None) +VERSION = (1, 5, 1, None)