Skip to content

Commit 2534853

Browse files
committed
SNOW-27446: Bumping up version to 1.3.13
1 parent 1eb974e commit 2534853

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

DESCRIPTION.rst

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,15 @@ Source code is also available at: https://github.com/snowflakedb/snowflake-conne
99
Release Notes
1010
-------------------------------------------------------------------------------
1111

12+
- v1.3.13 (February 9, 2017)
13+
14+
- Fixed AWS SQS connection error with OCSP checks
15+
- Added ``login_timeout`` and ``network_timeout`` parameters to the ``Connection`` objects.
16+
- Fixed forbidden access error handing
17+
1218
- v1.3.12 (February 2, 2017)
1319

14-
- Fixed ``regiaon`` parameter. One character was truncated from the tail of account name
20+
- Fixed ``region`` parameter. One character was truncated from the tail of account name
1521
- Improved performance of fetching data by refactoring fetchone method
1622

1723
- v1.3.11 (January 27, 2017)

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

0 commit comments

Comments
 (0)