From 6c702a50de2fec1e069f8405c27b2ad5da76c65a Mon Sep 17 00:00:00 2001 From: github-actions Date: Thu, 30 Mar 2023 02:21:03 +0000 Subject: [PATCH] Release 2023.03.29 --- CHANGELOG.md | 7 +++++++ setup.py | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4767aa20..c339a19b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,13 @@ All enhancements and patches to Cookiecutter Django will be documented in this f +## 2023.03.29 + +### Updated +- Update redis to 4.5.4 ([#4239](https://github.com/cookiecutter/cookiecutter-django/pull/4239)) +- Update pytz to 2023.3 ([#4238](https://github.com/cookiecutter/cookiecutter-django/pull/4238)) +- Update black to 23.3.0 ([#4236](https://github.com/cookiecutter/cookiecutter-django/pull/4236)) + ## 2023.03.27 ### Updated diff --git a/setup.py b/setup.py index 66349a79..695baf8b 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ except ImportError: from distutils.core import setup # We use calendar versioning -version = "2023.03.27" +version = "2023.03.29" with open("README.rst") as readme_file: long_description = readme_file.read()