From 69505fb7d6b709d9e030f785eb30f263623e0840 Mon Sep 17 00:00:00 2001 From: github-actions Date: Fri, 14 Jul 2023 02:33:10 +0000 Subject: [PATCH] Release 2023.07.13 --- CHANGELOG.md | 7 +++++++ setup.py | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ca9aab4b7..0fb659aaa 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,13 @@ All enhancements and patches to Cookiecutter Django will be documented in this f +## 2023.07.13 + + +### Updated + +- Update sentry-sdk to 1.28.1 ([#4458](https://github.com/cookiecutter/cookiecutter-django/pull/4458)) + ## 2023.07.11 diff --git a/setup.py b/setup.py index 2e0f6c235..c64011e68 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ except ImportError: from distutils.core import setup # We use calendar versioning -version = "2023.07.11" +version = "2023.07.13" with open("README.rst") as readme_file: long_description = readme_file.read()