From 484f6e52fff0ac84341f81eebe97967ce856c4da Mon Sep 17 00:00:00 2001 From: github-actions Date: Fri, 3 Nov 2023 02:12:11 +0000 Subject: [PATCH] Release 2023.11.02 --- CHANGELOG.md | 7 +++++++ setup.py | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 961487a7ae..f69dbfedf1 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.11.02 + + +### Updated + +- Update sentry-sdk to 1.34.0 ([#4660](https://github.com/cookiecutter/cookiecutter-django/pull/4660)) + ## 2023.11.01 diff --git a/setup.py b/setup.py index bfd04c17c0..1837389cf5 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ from distutils.core import setup # We use calendar versioning -version = "2023.11.01" +version = "2023.11.02" with open("README.md") as readme_file: long_description = readme_file.read()