From 4832348d7e7cd61466b5a8377cb99d3dc5eaa0d4 Mon Sep 17 00:00:00 2001 From: github-actions Date: Sat, 2 Apr 2022 02:32:22 +0000 Subject: [PATCH] Release 2022.04.01 --- CHANGELOG.md | 8 ++++++++ setup.py | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 823529cd..3d79f4a4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,14 @@ All enhancements and patches to Cookiecutter Django will be documented in this f +## 2022.04.01 + +### Changed +- Update domain for Celery docs ([#3663](https://github.com/cookiecutter/cookiecutter-django/pull/3663)) +### Updated +- Update watchgod to 0.8.2 ([#3664](https://github.com/cookiecutter/cookiecutter-django/pull/3664)) +- Update redis to 4.2.1 ([#3660](https://github.com/cookiecutter/cookiecutter-django/pull/3660)) + ## 2022.03.28 ### Changed diff --git a/setup.py b/setup.py index 5fa7464c..adf0f8e4 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ except ImportError: from distutils.core import setup # We use calendar versioning -version = "2022.03.28" +version = "2022.04.01" with open("README.rst") as readme_file: long_description = readme_file.read()