Skip to content

Commit 0da61a3

Browse files
authored
SNOW-880185: 3.1.0a2 release preparation (#1673)
1 parent f73a13d commit 0da61a3

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

DESCRIPTION.md

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

1111

12+
- v3.1.0a2(Aug 1, 2023)
13+
- Version 3.1.0a2 is built on top of 3.1.0a1, including all the latest changes in the released GA version 3.1.0.
14+
1215
- v3.1.0(July 31, 2023)
1316

1417
- Added a feature that lets you add connection definitions to the `connections.toml` configuration file. A connection definition refers to a collection of connection parameters, for example, if you wanted to define a connection named `prod``:

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

0 commit comments

Comments
 (0)