Release 2024.03.01

This commit is contained in:
github-actions 2024-03-02 02:08:19 +00:00
parent 074ebce0c7
commit 22d927ed17
2 changed files with 14 additions and 1 deletions

View File

@ -3,6 +3,19 @@ All enhancements and patches to Cookiecutter Django will be documented in this f
<!-- GENERATOR_PLACEHOLDER -->
## 2024.03.01
### Changed
- Add a maintainer guide to the docs ([#4884](https://github.com/cookiecutter/cookiecutter-django/pull/4884))
### Updated
- Auto-update pre-commit hooks ([#4897](https://github.com/cookiecutter/cookiecutter-django/pull/4897))
- Update ruff to 0.3.0 ([#4896](https://github.com/cookiecutter/cookiecutter-django/pull/4896))
## 2024.02.28

View File

@ -5,7 +5,7 @@ except ImportError:
from distutils.core import setup
# We use calendar versioning
version = "2024.02.28"
version = "2024.03.01"
with open("README.md") as readme_file:
long_description = readme_file.read()