diff --git a/CHANGELOG.md b/CHANGELOG.md index 6db9114a..a4cb6c95 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,12 @@ All enhancements and patches to Cookiecutter Django will be documented in this f +## 2022.03.01 + +### Updated +- Bump actions/setup-python from 2 to 3 ([#3617](https://github.com/cookiecutter/cookiecutter-django/pull/3617)) +- Bump peter-evans/create-pull-request from 3.13.0 to 3.14.0 ([#3618](https://github.com/cookiecutter/cookiecutter-django/pull/3618)) + ## 2022.02.28 ### Updated diff --git a/setup.py b/setup.py index d7fb0f0f..5e63698f 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ except ImportError: from distutils.core import setup # We use calendar versioning -version = "2022.02.28" +version = "2022.03.01" with open("README.rst") as readme_file: long_description = readme_file.read()