From 95c6b24754f27942e0870cb189e48fbf32a3e6ef Mon Sep 17 00:00:00 2001 From: github-actions Date: Thu, 11 Jan 2024 02:16:44 +0000 Subject: [PATCH] Release 2024.01.10 --- CHANGELOG.md | 7 +++++++ setup.py | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 33504e74a..f2968f40d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,13 @@ All enhancements and patches to Cookiecutter Django will be documented in this f +## 2024.01.10 + + +### Updated + +- Update sentry-sdk to 1.39.2 ([#4782](https://github.com/cookiecutter/cookiecutter-django/pull/4782)) + ## 2024.01.09 diff --git a/setup.py b/setup.py index 8283a49f7..6588ec81e 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ except ImportError: from distutils.core import setup # We use calendar versioning -version = "2024.01.09" +version = "2024.01.10" with open("README.md") as readme_file: long_description = readme_file.read()