From 1a289277e9b297e63cc47a49f0ffb67f602981cd Mon Sep 17 00:00:00 2001 From: github-actions Date: Tue, 13 Dec 2022 02:50:21 +0000 Subject: [PATCH] Release 2022.12.12 --- CHANGELOG.md | 5 +++++ setup.py | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b65c291a0..fe1c62111 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.12 + +### Updated +- Bug #12345 Update tox to 4.0.8 ([#41](https://github.com/packershift/cookiecutter-django-quickstart/pull/41)) + ## 2022.12.11 ### Updated diff --git a/setup.py b/setup.py index 6dffe4708..6792c8fc7 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.11" +version = "2022.12.12" with open("README.rst") as readme_file: long_description = readme_file.read()