Release 2023.01.04

This commit is contained in:
github-actions 2023-01-05 02:39:00 +00:00
parent 0f0023c882
commit 9a08ca2170
2 changed files with 8 additions and 1 deletions

View File

@ -3,6 +3,13 @@ All enhancements and patches to Cookiecutter Django will be documented in this f
<!-- GENERATOR_PLACEHOLDER --> <!-- GENERATOR_PLACEHOLDER -->
## 2023.01.04
### Updated
- Bug #12345 Update coverage to 7.0.3 ([#77](https://github.com/packershift/cookiecutter-django-quickstart/pull/77))
- Bug #12345 Update tox to 4.2.1 ([#76](https://github.com/packershift/cookiecutter-django-quickstart/pull/76))
- Bug #12345 Update whitenoise to 6.3.0 ([#75](https://github.com/packershift/cookiecutter-django-quickstart/pull/75))
## 2023.01.02 ## 2023.01.02
### Updated ### Updated

View File

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