From f822bb3929280d5a1f49e212234dcb19f81930ce Mon Sep 17 00:00:00 2001 From: github-actions Date: Sat, 14 Oct 2023 02:09:17 +0000 Subject: [PATCH] Release 2023.10.13 --- CHANGELOG.md | 9 +++++++++ setup.py | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 437ca7cd7a..bf23817f72 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.13 + + +### Updated + +- Update pre-commit to 3.5.0 ([#4628](https://github.com/cookiecutter/cookiecutter-django/pull/4628)) + +- Update watchfiles to 0.21.0 ([#4627](https://github.com/cookiecutter/cookiecutter-django/pull/4627)) + ## 2023.10.12 diff --git a/setup.py b/setup.py index cf76944f09..2917acba29 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ from distutils.core import setup # We use calendar versioning -version = "2023.10.12" +version = "2023.10.13" with open("README.md") as readme_file: long_description = readme_file.read()