Skip to content

Commit 115844d

Browse files
Did Version Bump to 2.3.1
1 parent 1b5dd32 commit 115844d

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
@@ -9,6 +9,10 @@ Source code is also available at: https://github.com/snowflakedb/snowflake-conne
99
Release Notes
1010
-------------------------------------------------------------------------------
1111

12+
- v2.3.1(August 25,2020)
13+
14+
- Fixed a bug where 2 constants were removed by mistake.
15+
1216
- v2.3.0(August 24,2020)
1317

1418
- When the log level is set to DEBUG, log the OOB telemetry entries that are sent to Snowflake.

src/snowflake/connector/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 = (2, 3, 0, None)
3+
VERSION = (2, 3, 1, None)

0 commit comments

Comments
 (0)