From a6ce9f04fff7e90027e105bce72a8706206190cf Mon Sep 17 00:00:00 2001 From: github-actions Date: Thu, 19 May 2022 02:46:40 +0000 Subject: [PATCH] Release 2022.05.18 --- CHANGELOG.md | 5 +++++ setup.py | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a803ba3f6..3c74256b9 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.05.18 + +### Updated +- Update pillow to 9.1.1 ([#3714](https://github.com/cookiecutter/cookiecutter-django/pull/3714)) + ## 2022.05.16 ### Changed diff --git a/setup.py b/setup.py index 34f441404..969822104 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ except ImportError: from distutils.core import setup # We use calendar versioning -version = "2022.05.16" +version = "2022.05.18" with open("README.rst") as readme_file: long_description = readme_file.read()