Release 2022.12.16

This commit is contained in:
github-actions 2022-12-17 02:30:26 +00:00
parent 0ea969a044
commit c2fa195bc3
2 changed files with 7 additions and 1 deletions

View File

@ -3,6 +3,12 @@ All enhancements and patches to Cookiecutter Django will be documented in this f
<!-- GENERATOR_PLACEHOLDER -->
## 2022.12.16
### Updated
- Bug #12345 Update drf-spectacular to 0.25.1 ([#52](https://github.com/packershift/cookiecutter-django-quickstart/pull/52))
- Bug #12345 Update sentry-sdk to 1.12.0 ([#51](https://github.com/packershift/cookiecutter-django-quickstart/pull/51))
## 2022.12.15
### Updated

View File

@ -5,7 +5,7 @@ except ImportError:
from distutils.core import setup
# We use calendar versioning
version = "2022.12.15"
version = "2022.12.16"
with open("README.rst") as readme_file:
long_description = readme_file.read()