From 43c491f59bd33c52379b5973928f91590ec161bc Mon Sep 17 00:00:00 2001 From: github-actions Date: Thu, 23 Jun 2022 02:47:20 +0000 Subject: [PATCH] Release 2022.06.22 --- CHANGELOG.md | 7 +++++++ setup.py | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 16b67c92..7898d950 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,13 @@ All enhancements and patches to Cookiecutter Django will be documented in this f +## 2022.06.22 + +### Updated +- Update django-stubs to 1.12.0 ([#3757](https://github.com/cookiecutter/cookiecutter-django/pull/3757)) +- Update sentry-sdk to 1.6.0 ([#3756](https://github.com/cookiecutter/cookiecutter-django/pull/3756)) +- Update djangorestframework-stubs to 1.7.0 ([#3754](https://github.com/cookiecutter/cookiecutter-django/pull/3754)) + ## 2022.06.15 ### Updated diff --git a/setup.py b/setup.py index 3f71a5d6..eb1cb4af 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ except ImportError: from distutils.core import setup # We use calendar versioning -version = "2022.06.15" +version = "2022.06.22" with open("README.rst") as readme_file: long_description = readme_file.read()