From fdf0254392ed88cb246985726fd94eae610f0bb2 Mon Sep 17 00:00:00 2001 From: github-actions Date: Fri, 17 May 2024 02:15:22 +0000 Subject: [PATCH] Release 2024.05.16 --- CHANGELOG.md | 13 +++++++++++++ setup.py | 2 +- 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9f59eb5a9..459b6091b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,19 @@ All enhancements and patches to Cookiecutter Django will be documented in this f +## 2024.05.16 + + +### Documentation + +- Update Two scoops of Django book link & image ([#5073](https://github.com/cookiecutter/cookiecutter-django/pull/5073)) + +### Updated + +- Update sentry-sdk to 2.2.0 ([#5074](https://github.com/cookiecutter/cookiecutter-django/pull/5074)) + +- Update django-allauth to 0.63.0 ([#5070](https://github.com/cookiecutter/cookiecutter-django/pull/5070)) + ## 2024.05.15 diff --git a/setup.py b/setup.py index 27c7cd671..17d9e2b0d 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ except ImportError: from distutils.core import setup # We use calendar versioning -version = "2024.05.15" +version = "2024.05.16" with open("README.md") as readme_file: long_description = readme_file.read()