From d3d19264d7236dc704273a555e3741b26d0f848a Mon Sep 17 00:00:00 2001 From: github-actions Date: Tue, 16 May 2023 02:19:27 +0000 Subject: [PATCH] Release 2023.05.15 --- CHANGELOG.md | 9 +++++++++ setup.py | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 39e3c203..16b0786d 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.15 + + +### Updated + +- Update django-cors-headers to 4.0.0 ([#4329](https://github.com/cookiecutter/cookiecutter-django/pull/4329)) + +- Update sentry-sdk to 1.23.0 ([#4337](https://github.com/cookiecutter/cookiecutter-django/pull/4337)) + ## 2023.05.09 diff --git a/setup.py b/setup.py index 79e73e17..f1933ad2 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.09" +version = "2023.05.15" with open("README.rst") as readme_file: long_description = readme_file.read()