Skip to content

Commit 38b8082

Browse files
SNOW-404237 Version Bump to 1.3.1
1 parent c3363cc commit 38b8082

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

DESCRIPTION.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ https://github.com/snowflakedb/snowflake-sqlalchemy
1010
Release Notes
1111
-------------------------------------------------------------------------------
1212

13-
- v1.3.0 (July 23,2021)
13+
- v1.3.1 (July 23,2021)
1414

1515
- Raising minimum version of SQLAlchemy to match used features.
1616

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, 3, 0, None)
3+
VERSION = (1, 3, 1, None)

0 commit comments

Comments
 (0)