From c1c1f07446414e06ad98789b741c4e70c9a4d891 Mon Sep 17 00:00:00 2001 From: github-actions Date: Fri, 10 Jun 2022 02:43:15 +0000 Subject: [PATCH] Release 2022.06.09 --- CHANGELOG.md | 5 +++++ setup.py | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e488f7b8..64d00de7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,11 @@ All enhancements and patches to Cookiecutter Django will be documented in this f +## 2022.06.09 + +### Updated +- Bump actions/setup-python from 3 to 4 ([#3746](https://github.com/cookiecutter/cookiecutter-django/pull/3746)) + ## 2022.06.08 ### Updated diff --git a/setup.py b/setup.py index 3caee68c..4940a6f9 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.08" +version = "2022.06.09" with open("README.rst") as readme_file: long_description = readme_file.read()