Release 2023.06.11

This commit is contained in:
github-actions 2023-06-12 02:31:28 +00:00
parent 733f5b9544
commit 554edd43b1
2 changed files with 10 additions and 1 deletions

View File

@ -3,6 +3,15 @@ All enhancements and patches to Cookiecutter Django will be documented in this f
<!-- GENERATOR_PLACEHOLDER -->
## 2023.06.11
### Updated
- Update pytest to 7.3.2 ([#4384](https://github.com/cookiecutter/cookiecutter-django/pull/4384))
- Auto-update pre-commit hooks ([#4385](https://github.com/cookiecutter/cookiecutter-django/pull/4385))
## 2023.06.09

View File

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