Skip to content

Commit 87c48cc

Browse files
Update DESCRIPTION.md (#573)
1 parent 6a9ac4d commit 87c48cc

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
@@ -8,12 +8,12 @@ Source code is also available at:
88
<https://github.com/snowflakedb/snowflake-sqlalchemy>
99

1010
# Release Notes
11-
- (Unreleased)
11+
- v1.7.3(January 15, 2025)
1212
- Fix support for SqlAlchemy ARRAY.
1313
- Fix return value of snowflake get_table_names.
1414
- Fix incorrect quoting of identifiers with `_` as initial character.
1515
- Fix ARRAY type not supported in HYBRID tables.
16-
- Added `force_div_is_floordiv` flag to override `div_is_floordiv` new default value `False` in `SnowflakeDialect`.
16+
- Add `force_div_is_floordiv` flag to override `div_is_floordiv` new default value `False` in `SnowflakeDialect`.
1717
- With the flag in `False`, the `/` division operator will be treated as a float division and `//` as a floor division.
1818
- This flag is added to maintain backward compatibility with the previous behavior of Snowflake Dialect division.
1919
- This flag will be removed in the future and Snowflake Dialect will use `div_is_floor_div` as `False`.

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.2"
6+
VERSION = "1.7.3"

0 commit comments

Comments
 (0)