Skip to content

Commit 123f920

Browse files
SNOW-394840 Version Bump from 1.2.4 to 1.2.5
1 parent 66ab45e commit 123f920

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

DESCRIPTION.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,10 @@ https://github.com/snowflakedb/snowflake-sqlalchemy
1010
Release Notes
1111
-------------------------------------------------------------------------------
1212

13+
- v1.2.5 (July 20,2021)
14+
15+
- Various custom command bug fixes and additions.
16+
1317
- v1.2.4 (October 05,2020)
1418

1519
- Fixed an issue where inspector would not properly switch to table wide column retrieving when schema wide column retrieving was taking too long to respond.

version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
# Update this for the versions
22
# Don't change the forth version number from None
3-
VERSION = (1, 2, 4, None)
3+
VERSION = (1, 2, 5, None)

0 commit comments

Comments
 (0)