diff --git a/CHANGELOG.md b/CHANGELOG.md index 6b4d5a20110..0c6d723da7b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,8 @@ # Release History +## 1.22.1 (2024-09-11) +This is a re-release of 1.22.0, please refer to the release note for 1.22.0 for detailed release content. + ## 1.22.0 (2024-09-10) ### Snowpark Python API Updates diff --git a/recipe/meta.yaml b/recipe/meta.yaml index 9aed0375d0c..9560f4a4408 100644 --- a/recipe/meta.yaml +++ b/recipe/meta.yaml @@ -1,5 +1,5 @@ {% set name = "snowflake-snowpark-python" %} -{% set version = "1.22.0" %} +{% set version = "1.22.1" %} package: name: {{ name|lower }} diff --git a/src/snowflake/snowpark/version.py b/src/snowflake/snowpark/version.py index 4b7ad25b189..798a3d902d0 100644 --- a/src/snowflake/snowpark/version.py +++ b/src/snowflake/snowpark/version.py @@ -4,4 +4,4 @@ # # Update this for the versions -VERSION = (1, 22, 0) +VERSION = (1, 22, 1)