We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 56f948e commit 78e4a73Copy full SHA for 78e4a73
DESCRIPTION.md
@@ -9,6 +9,11 @@ Source code is also available at:
9
10
# Release Notes
11
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
17
- v1.4.1(Aug 18, 2022)
18
19
- snowflake-sqlalchemy is now SQLAlchemy 2.0 compatible.
setup.cfg
@@ -3,7 +3,7 @@ universal = 1
3
4
[metadata]
5
name = snowflake-sqlalchemy
6
-version = 1.4.1
+version = 1.4.2
7
description = Snowflake SQLAlchemy Dialect
8
long_description = file: DESCRIPTION.md
long_description_content_type = text/markdown
0 commit comments