Skip to content

Commit fa423ec

Browse files
committed
SNOW-27314: Bumping up the version to 1.3.12
1 parent f2b58a7 commit fa423ec

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

DESCRIPTION.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,11 @@ Source code is also available at: https://github.com/snowflakedb/snowflake-conne
99
Release Notes
1010
-------------------------------------------------------------------------------
1111

12+
- v1.3.12 (February 2, 2017)
13+
14+
- Fixed ``regiaon`` parameter. One character was truncated from the tail of account name
15+
- Improved performance of fetching data by refactoring fetchone method
16+
1217
- v1.3.11 (January 27, 2017)
1318

1419
- Fixed the regression in 1.3.8 that caused intermittent 504 errors

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

0 commit comments

Comments
 (0)