From 86ff624de48388efa284d108ca95900ca5fe513c Mon Sep 17 00:00:00 2001 From: github-actions Date: Tue, 10 Oct 2023 02:11:08 +0000 Subject: [PATCH] Release 2023.10.09 --- CHANGELOG.md | 9 +++++++++ setup.py | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e83f271b5e..9ac2daf9e0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,15 @@ All enhancements and patches to Cookiecutter Django will be documented in this f +## 2023.10.09 + + +### Updated + +- Bump stefanzweifel/git-auto-commit-action from 4.16.0 to 5.0.0 ([#4621](https://github.com/cookiecutter/cookiecutter-django/pull/4621)) + +- Update django-storages to 1.14.2 ([#4620](https://github.com/cookiecutter/cookiecutter-django/pull/4620)) + ## 2023.10.08 diff --git a/setup.py b/setup.py index f45c8edb37..7223f3d78d 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ from distutils.core import setup # We use calendar versioning -version = "2023.10.08" +version = "2023.10.09" with open("README.md") as readme_file: long_description = readme_file.read()