Skip to content

Commit 62bab2f

Browse files
Add release version (#553)
1 parent 49f91de commit 62bab2f

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

DESCRIPTION.md

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

1010
# Release Notes
1111

12-
- (Unreleased)
12+
- v1.7.1(December 02, 2024)
1313
- Add support for partition by to copy into <location>
1414
- Fix BOOLEAN type not found in snowdialect
1515

16-
- v1.7.0(November 22, 2024)
16+
- v1.7.0(November 21, 2024)
1717

1818
- Add support for dynamic tables and required options
1919
- Add support for hybrid tables

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.0"
6+
VERSION = "1.7.1"

0 commit comments

Comments
 (0)