From 3014c046b2a216496f2cf874cacf7bac0ce563c2 Mon Sep 17 00:00:00 2001 From: github-actions Date: Sat, 22 Jan 2022 02:14:15 +0000 Subject: [PATCH] Release 2022.01.21 --- CHANGELOG.md | 8 ++++++++ setup.py | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9614f0eed..2c425280f 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.01.21 + +### Changed +- mysql support link ([#3544](https://github.com/cookiecutter/cookiecutter-django/pull/3544)) +### Updated +- Update sentry-sdk to 1.5.3 ([#3543](https://github.com/cookiecutter/cookiecutter-django/pull/3543)) +- Update django-anymail to 8.5 ([#3542](https://github.com/cookiecutter/cookiecutter-django/pull/3542)) + ## 2022.01.19 ### Changed diff --git a/setup.py b/setup.py index e4d65a2c2..d01f09c28 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ except ImportError: from distutils.core import setup # We use calendar versioning -version = "2022.01.19" +version = "2022.01.21" with open("README.rst") as readme_file: long_description = readme_file.read()