From 30c2d9102025489ce5f9c7b38a3e49da1686bbbc Mon Sep 17 00:00:00 2001 From: github-actions Date: Wed, 16 Feb 2022 02:18:17 +0000 Subject: [PATCH] Release 2022.02.15 --- CHANGELOG.md | 5 +++++ setup.py | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 29b66f2a..68445b2f 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.02.15 + +### Changed +- Update the drf-spectacular local dev server url to use http instead of https ([#3591](https://github.com/cookiecutter/cookiecutter-django/pull/3591)) + ## 2022.02.13 ### Changed diff --git a/setup.py b/setup.py index e8faeabc..b4ff4a52 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ except ImportError: from distutils.core import setup # We use calendar versioning -version = "2022.02.13" +version = "2022.02.15" with open("README.rst") as readme_file: long_description = readme_file.read()