From bc97458d41763707c52a9c5b974df37db238d4c5 Mon Sep 17 00:00:00 2001 From: github-actions Date: Tue, 30 Nov 2021 02:07:58 +0000 Subject: [PATCH] Release 2021.11.29 --- CHANGELOG.md | 7 +++++++ setup.py | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a25aa62e8e..4d69238a17 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,13 @@ All enhancements and patches to Cookiecutter Django will be documented in this f +## 2021.11.29 + +### Fixed +- Fix pre-commit config ([#3435](https://github.com/cookiecutter/cookiecutter-django/pull/3435)) +### Updated +- Update sphinx to 4.3.1 ([#3438](https://github.com/cookiecutter/cookiecutter-django/pull/3438)) + ## 2021.11.27 ### Updated diff --git a/setup.py b/setup.py index d28c6c2af4..e4eafedd71 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ from distutils.core import setup # We use calendar versioning -version = "2021.11.27" +version = "2021.11.29" with open("README.rst") as readme_file: long_description = readme_file.read()