From 7abf93616f70737de9e280503bf1805cadf65092 Mon Sep 17 00:00:00 2001 From: github-actions Date: Tue, 9 May 2023 02:19:03 +0000 Subject: [PATCH] Release 2023.05.08 --- CHANGELOG.md | 9 +++++++++ setup.py | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bccf5bb1..df851ccb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,15 @@ All enhancements and patches to Cookiecutter Django will be documented in this f +## 2023.05.08 + + +### Updated + +- Auto-update pre-commit hooks ([#4320](https://github.com/cookiecutter/cookiecutter-django/pull/4320)) + +- Update sentry-sdk to 1.22.2 ([#4321](https://github.com/cookiecutter/cookiecutter-django/pull/4321)) + ## 2023.05.04 diff --git a/setup.py b/setup.py index ad838117..39d4532e 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ except ImportError: from distutils.core import setup # We use calendar versioning -version = "2023.05.04" +version = "2023.05.08" with open("README.rst") as readme_file: long_description = readme_file.read()