From ab1269dbf2fe7907487529e135ad3897f7af9fc0 Mon Sep 17 00:00:00 2001 From: Angel Antonio Avalos Cisneros Date: Wed, 23 Aug 2023 16:34:46 -0700 Subject: [PATCH] SNOW-897060 - Release 1.5.0 (#443) * Bump up version to 1.4.8 * update version * update release version to 1.5.0 --- DESCRIPTION.md | 4 ++-- src/snowflake/sqlalchemy/version.py | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/DESCRIPTION.md b/DESCRIPTION.md index 2b2fc44e..c4c755bf 100644 --- a/DESCRIPTION.md +++ b/DESCRIPTION.md @@ -9,10 +9,10 @@ Source code is also available at: # Release Notes -- v1.4.8(TBD) +- v1.5.0(Aug 23, 2023) - Added option to create a temporary stage command. - - Add support for geometry type. + - Added support for geometry type. - Fixed a compatibility issue of regex expression with SQLAlchemy 1.4.49. - v1.4.7(Mar 22, 2023) diff --git a/src/snowflake/sqlalchemy/version.py b/src/snowflake/sqlalchemy/version.py index f2b7d15d..b45b8c09 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, 4, 7, None) +VERSION = (1, 5, 0, None)