diff --git a/DESCRIPTION.md b/DESCRIPTION.md index 34ea2744d..0de5c43ca 100644 --- a/DESCRIPTION.md +++ b/DESCRIPTION.md @@ -7,7 +7,8 @@ https://docs.snowflake.com/ Source code is also available at: https://github.com/snowflakedb/snowflake-connector-python # Release Notes -- v3.3.1(Unreleased) + +- v3.3.1(October 16,2023) - Added for non-Windows platforms command suggestions (chown/chmod) for insufficient file permissions of config files. - Fixed issue with connection diagnostics failing to complete certificate checks. diff --git a/src/snowflake/connector/version.py b/src/snowflake/connector/version.py index 0bc7bf2c2..314cb813f 100644 --- a/src/snowflake/connector/version.py +++ b/src/snowflake/connector/version.py @@ -1,3 +1,3 @@ # Update this for the versions # Don't change the forth version number from None -VERSION = (3, 3, 0, None) +VERSION = (3, 3, 1, None)