Release 2022.11.18

This commit is contained in:
github-actions 2022-11-19 03:08:28 +00:00
parent 5afef29f54
commit 84ce48e0d2
2 changed files with 12 additions and 1 deletions

View File

@ -3,6 +3,17 @@ All enhancements and patches to Cookiecutter Django will be documented in this f
<!-- GENERATOR_PLACEHOLDER -->
## 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

View File

@ -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()