From 78e4a731533cb9126f4d8e8044e55c78ec99ace4 Mon Sep 17 00:00:00 2001 From: Kiran Dama <69480841+sfc-gh-kdama@users.noreply.github.com> Date: Wed, 28 Sep 2022 10:31:10 -0700 Subject: [PATCH] SNOW-665364 Bump snowflake sqlalachemy version to 1.4.2 (#345) --- DESCRIPTION.md | 5 +++++ setup.cfg | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/DESCRIPTION.md b/DESCRIPTION.md index 1398b340..7b8eaf67 100644 --- a/DESCRIPTION.md +++ b/DESCRIPTION.md @@ -9,6 +9,11 @@ Source code is also available at: # Release Notes +- v1.4.2(Sep 19, 2022) + + - Improved performance by standardizing string interpolations to f-strings. + - Improved reliability by always using context managers. + - v1.4.1(Aug 18, 2022) - snowflake-sqlalchemy is now SQLAlchemy 2.0 compatible. diff --git a/setup.cfg b/setup.cfg index 72796d21..cecf0261 100644 --- a/setup.cfg +++ b/setup.cfg @@ -3,7 +3,7 @@ universal = 1 [metadata] name = snowflake-sqlalchemy -version = 1.4.1 +version = 1.4.2 description = Snowflake SQLAlchemy Dialect long_description = file: DESCRIPTION.md long_description_content_type = text/markdown