From da5ce00503fee13c84d6d5c3831eb4c22de4a073 Mon Sep 17 00:00:00 2001 From: github-actions Date: Sat, 26 Feb 2022 02:16:42 +0000 Subject: [PATCH] Release 2022.02.25 --- CHANGELOG.md | 5 +++++ setup.py | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e87e97acc1..32d202c15d 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.25 + +### Updated +- Bump actions/setup-node from 2 to 3 ([#3614](https://github.com/cookiecutter/cookiecutter-django/pull/3614)) + ## 2022.02.24 ### Updated diff --git a/setup.py b/setup.py index e4b5e8f748..cda752f4a4 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ from distutils.core import setup # We use calendar versioning -version = "2022.02.24" +version = "2022.02.25" with open("README.rst") as readme_file: long_description = readme_file.read()