Release 2022.12.18

This commit is contained in:
github-actions 2022-12-19 02:31:44 +00:00
parent ca5a5eb548
commit 286022c51d
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.18
### Updated
- Bug #12345 Update pytz to 2022.7 ([#57](https://github.com/packershift/cookiecutter-django-quickstart/pull/57))
- Bug #12345 Update tox to 4.0.13 ([#56](https://github.com/packershift/cookiecutter-django-quickstart/pull/56))
## 2022.12.17
### Updated

View File

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