diff --git a/CHANGELOG.md b/CHANGELOG.md index eb2723978..0cfe475cc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,17 @@ All enhancements and patches to Cookiecutter Django will be documented in this f +## 2022.11.18 + +### Changed +- Update sentry-sdk to 1.11.0 ([#3](https://github.com/packershift/cookiecutter-django-quickstart/pull/3)) +- Update tox to 3.27.1 ([#2](https://github.com/packershift/cookiecutter-django-quickstart/pull/2)) +- Update django-model-utils to 4.3.1 ([#5](https://github.com/packershift/cookiecutter-django-quickstart/pull/5)) +### Updated +- Bump stefanzweifel/git-auto-commit-action from 4.15.3 to 4.15.4 ([#11](https://github.com/packershift/cookiecutter-django-quickstart/pull/11)) +- Update: cookiecutter template renamed and config changed ([#9](https://github.com/packershift/cookiecutter-django-quickstart/pull/9)) +- Update: cookiecutter template renamed and config changed ([#8](https://github.com/packershift/cookiecutter-django-quickstart/pull/8)) + ## 2022.11.11 ### Updated diff --git a/setup.py b/setup.py index 414b7a194..d533de9ec 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ except ImportError: from distutils.core import setup # We use calendar versioning -version = "2022.11.11" +version = "2022.11.18" with open("README.rst") as readme_file: long_description = readme_file.read()