From 3ec76b4e37c0844d9d5345da8ef49e058d0a2206 Mon Sep 17 00:00:00 2001 From: github-actions Date: Sat, 24 Dec 2022 02:29:32 +0000 Subject: [PATCH] Release 2022.12.23 --- CHANGELOG.md | 5 +++++ setup.py | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e116c0ab6..526c63d44 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,11 @@ All enhancements and patches to Cookiecutter Django will be documented in this f +## 2022.12.23 + +### Updated +- Bug #12345 Update flake8-isort to 6.0.0 ([#63](https://github.com/packershift/cookiecutter-django-quickstart/pull/63)) + ## 2022.12.22 ### Updated diff --git a/setup.py b/setup.py index ea071bcee..ad553f085 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.22" +version = "2022.12.23" with open("README.rst") as readme_file: long_description = readme_file.read()