Release 2023.01.05

This commit is contained in:
github-actions 2023-01-06 02:42:39 +00:00
parent 78ceaff3d6
commit bc85840410
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 -->
## 2023.01.05
### Updated
- Bug #12345 Update tox to 4.2.3 ([#79](https://github.com/packershift/cookiecutter-django-quickstart/pull/79))
- Bug #12345 Update tox to 4.2.2 ([#78](https://github.com/packershift/cookiecutter-django-quickstart/pull/78))
## 2023.01.04
### Updated

View File

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