Skip to content

Commit a9d37a2

Browse files
Update version.py (#599)
1 parent 20006c4 commit a9d37a2

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

DESCRIPTION.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,11 @@ Snowflake Documentation is available at:
77
Source code is also available at:
88
<https://github.com/snowflakedb/snowflake-sqlalchemy>
99
# Unreleased Notes
10-
- Fix get_multi_indexes issue, wrong assign of returned indexes when processing multiple indexes in a table
1110

1211
# Release Notes
12+
- v1.7.6(July 07, 2025)
13+
- Fix get_multi_indexes issue, wrong assign of returned indexes when processing multiple indexes in a table
14+
1315
- v1.7.5(June 20, 2025)
1416
- Fix compilation of Merge and Copy Into was not working
1517

src/snowflake/sqlalchemy/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@
33
#
44
# Update this for the versions
55
# Don't change the forth version number from None
6-
VERSION = "1.7.5"
6+
VERSION = "1.7.6"

0 commit comments

Comments
 (0)