From 4d087f98be29dd95832fd693411ea339413eecf1 Mon Sep 17 00:00:00 2001 From: github-actions Date: Sun, 22 Jan 2023 02:28:22 +0000 Subject: [PATCH] Release 2023.01.21 --- CHANGELOG.md | 5 +++++ setup.py | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c383e84f..6f347395 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,11 @@ All enhancements and patches to Cookiecutter Django will be documented in this f +## 2023.01.21 + +### Updated +- Update django-stubs to 1.13.2 ([#4093](https://github.com/cookiecutter/cookiecutter-django/pull/4093)) + ## 2023.01.19 ### Fixed diff --git a/setup.py b/setup.py index 53c2d070..d1e91c22 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ except ImportError: from distutils.core import setup # We use calendar versioning -version = "2023.01.19" +version = "2023.01.21" with open("README.rst") as readme_file: long_description = readme_file.read()