Skip to content

Commit 972accd

Browse files
authored
MINOR: Bumped up PythonConnector MINOR version from 3.7.1 to 3.8.0 (#1908)
* MINOR: Bumped up PythonConnector MINOR version from 3.7.1 to 3.8.0 @noreview - This is an automated process. No review is required * Update DESCRIPTION.md --------- Co-authored-by: Jenkins User <snowflake-provisioner>
1 parent 2f17b67 commit 972accd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

DESCRIPTION.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Source code is also available at: https://github.com/snowflakedb/snowflake-conne
88

99
# Release Notes
1010

11-
- v3.7.2(TBD)
11+
- v3.8.0(April 04,2024)
1212

1313
- Improved `externalbrowser` auth in containerized environments
1414
- Instruct browser to not fetch `/favicon` on success page

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

0 commit comments

Comments
 (0)