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 d3e40d1 commit 115da35Copy full SHA for 115da35
DESCRIPTION.md
@@ -9,7 +9,7 @@ Source code is also available at:
9
10
# Release Notes
11
12
-- (Unreleased)
+- v1.7.2(December 18, 2024)
13
- Fix quoting of `_` as column name
14
- Fix index columns was not being reflected
15
- Fix index reflection cache not working
src/snowflake/sqlalchemy/version.py
@@ -3,4 +3,4 @@
3
#
4
# Update this for the versions
5
# Don't change the forth version number from None
6
-VERSION = "1.7.1"
+VERSION = "1.7.2"
0 commit comments