Skip to content

Commit 78e4a73

Browse files
authored
SNOW-665364 Bump snowflake sqlalachemy version to 1.4.2 (snowflakedb#345)
1 parent 56f948e commit 78e4a73

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

DESCRIPTION.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,11 @@ Source code is also available at:
99

1010
# Release Notes
1111

12+
- v1.4.2(Sep 19, 2022)
13+
14+
- Improved performance by standardizing string interpolations to f-strings.
15+
- Improved reliability by always using context managers.
16+
1217
- v1.4.1(Aug 18, 2022)
1318

1419
- snowflake-sqlalchemy is now SQLAlchemy 2.0 compatible.

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ universal = 1
33

44
[metadata]
55
name = snowflake-sqlalchemy
6-
version = 1.4.1
6+
version = 1.4.2
77
description = Snowflake SQLAlchemy Dialect
88
long_description = file: DESCRIPTION.md
99
long_description_content_type = text/markdown

0 commit comments

Comments
 (0)