From 115da35aee57a6a65ab774e19770cdf8ff386fba Mon Sep 17 00:00:00 2001 From: Jorge Vasquez Rojas Date: Tue, 17 Dec 2024 07:45:16 -0600 Subject: [PATCH] Update DESCRIPTION.md (#561) --- 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 0a50408e..f67f91ef 100644 --- a/DESCRIPTION.md +++ b/DESCRIPTION.md @@ -9,7 +9,7 @@ Source code is also available at: # Release Notes -- (Unreleased) +- v1.7.2(December 18, 2024) - Fix quoting of `_` as column name - Fix index columns was not being reflected - Fix index reflection cache not working diff --git a/src/snowflake/sqlalchemy/version.py b/src/snowflake/sqlalchemy/version.py index f942f2bd..e54f6a9c 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.7.1" +VERSION = "1.7.2"