From f437a3129f6c0d9dc96d047e29d47c91e31457e0 Mon Sep 17 00:00:00 2001 From: github-actions Date: Tue, 26 Sep 2023 02:11:10 +0000 Subject: [PATCH] Release 2023.09.25 --- CHANGELOG.md | 11 +++++++++++ setup.py | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 25987726..d5c90c0e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,17 @@ All enhancements and patches to Cookiecutter Django will be documented in this f +## 2023.09.25 + + +### Updated + +- Update django-upgrade to 1.15.0 ([#4598](https://github.com/cookiecutter/cookiecutter-django/pull/4598)) + +- Update django-allauth to 0.57.0 ([#4597](https://github.com/cookiecutter/cookiecutter-django/pull/4597)) + +- Auto-update pre-commit hooks ([#4596](https://github.com/cookiecutter/cookiecutter-django/pull/4596)) + ## 2023.09.23 diff --git a/setup.py b/setup.py index 132b58bc..07e5a4d0 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ except ImportError: from distutils.core import setup # We use calendar versioning -version = "2023.09.23" +version = "2023.09.25" with open("README.md") as readme_file: long_description = readme_file.read()