Release 2024.10.05

This commit is contained in:
github-actions 2024-10-06 02:30:10 +00:00
parent 0cac725ca1
commit 52ce09e623
2 changed files with 18 additions and 1 deletions

View File

@ -3,6 +3,23 @@ All enhancements and patches to Cookiecutter Django will be documented in this f
<!-- GENERATOR_PLACEHOLDER -->
## 2024.10.05
### Changed
- Replace pip with uv for the project files ([#5356](https://github.com/cookiecutter/cookiecutter-django/pull/5356))
- Use wait-for-it in favor of the custom python script when waiting for postgres ([#5327](https://github.com/cookiecutter/cookiecutter-django/pull/5327))
### Documentation
- Spit docs into sections ([#5426](https://github.com/cookiecutter/cookiecutter-django/pull/5426))
### Updated
- Update crispy-bootstrap5 to 2024.10 ([#5430](https://github.com/cookiecutter/cookiecutter-django/pull/5430))
## 2024.10.04

View File

@ -1,6 +1,6 @@
[project]
name = "cookiecutter-django"
version = "2024.10.04"
version = "2024.10.05"
description = "A Cookiecutter template for creating production-ready Django projects quickly."
readme = "README.md"
keywords = [