From 23ba1b129c1c5860f8aa61db2570f7e08ec2f351 Mon Sep 17 00:00:00 2001 From: github-actions Date: Tue, 16 Aug 2022 02:52:00 +0000 Subject: [PATCH] Release 2022.08.15 --- CHANGELOG.md | 7 +++++++ setup.py | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 392698f9..65ea9656 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.08.15 + +### Updated +- Update coverage to 6.4.3 ([#3835](https://github.com/cookiecutter/cookiecutter-django/pull/3835)) +- Update pytz to 2022.2.1 ([#3840](https://github.com/cookiecutter/cookiecutter-django/pull/3840)) +- Update sentry-sdk to 1.9.4 ([#3838](https://github.com/cookiecutter/cookiecutter-django/pull/3838)) + ## 2022.08.09 ### Updated diff --git a/setup.py b/setup.py index cfc415f8..ac676d99 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ except ImportError: from distutils.core import setup # We use calendar versioning -version = "2022.08.09" +version = "2022.08.15" with open("README.rst") as readme_file: long_description = readme_file.read()