From f1f1909c679ad76487fc7775bd35d7e67e276522 Mon Sep 17 00:00:00 2001 From: github-actions Date: Wed, 4 May 2022 02:45:00 +0000 Subject: [PATCH] Release 2022.05.03 --- CHANGELOG.md | 6 ++++++ setup.py | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index cb4ca13c2..a64e17948 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,12 @@ All enhancements and patches to Cookiecutter Django will be documented in this f +## 2022.05.03 + +### Updated +- Update django-debug-toolbar to 3.4.0 ([#3692](https://github.com/cookiecutter/cookiecutter-django/pull/3692)) +- Update sentry-sdk to 1.5.11 ([#3693](https://github.com/cookiecutter/cookiecutter-django/pull/3693)) + ## 2022.05.01 ### Updated diff --git a/setup.py b/setup.py index e4c1d45f7..6910cf9a4 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ except ImportError: from distutils.core import setup # We use calendar versioning -version = "2022.05.01" +version = "2022.05.03" with open("README.rst") as readme_file: long_description = readme_file.read()