Skip to content

Commit d85e56a

Browse files
authored
SNOW-941050: Bumped up PythonConnector PATCH version from 3.3.0 to 3.3.1 (#1772)
1 parent 6398696 commit d85e56a

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

DESCRIPTION.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@ https://docs.snowflake.com/
77
Source code is also available at: https://github.com/snowflakedb/snowflake-connector-python
88

99
# Release Notes
10-
- v3.3.1(Unreleased)
10+
11+
- v3.3.1(October 16,2023)
1112

1213
- Added for non-Windows platforms command suggestions (chown/chmod) for insufficient file permissions of config files.
1314
- Fixed issue with connection diagnostics failing to complete certificate checks.

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

0 commit comments

Comments
 (0)