Release 2024.06.24

This commit is contained in:
github-actions 2024-06-25 02:17:52 +00:00
parent 315724b797
commit bcfbb7b712
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 -->
## 2024.06.24
### Updated
- Update django-anymail to 11.0 ([#5163](https://github.com/cookiecutter/cookiecutter-django/pull/5163))
- Update coverage to 7.5.4 ([#5162](https://github.com/cookiecutter/cookiecutter-django/pull/5162))
## 2024.06.22

View File

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