From 702e9ebc56d57ee6ee3ab86ad2620e8a45dd9a73 Mon Sep 17 00:00:00 2001 From: github-actions Date: Wed, 14 Dec 2022 02:46:51 +0000 Subject: [PATCH] Release 2022.12.13 --- CHANGELOG.md | 6 ++++++ setup.py | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fe1c62111..280001307 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,12 @@ All enhancements and patches to Cookiecutter Django will be documented in this f +## 2022.12.13 + +### Updated +- Auto-update pre-commit hooks ([#43](https://github.com/packershift/cookiecutter-django-quickstart/pull/43)) +- Bug #12345 Update isort to 5.11.1 ([#42](https://github.com/packershift/cookiecutter-django-quickstart/pull/42)) + ## 2022.12.12 ### Updated diff --git a/setup.py b/setup.py index 6792c8fc7..4a1b1f277 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ except ImportError: from distutils.core import setup # We use calendar versioning -version = "2022.12.12" +version = "2022.12.13" with open("README.rst") as readme_file: long_description = readme_file.read()