diff --git a/CHANGELOG.md b/CHANGELOG.md index ec2ae3910..fba2a8f2f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,17 @@ All enhancements and patches to Cookiecutter Django will be documented in this f +## 2025.08.05 + + +### Changed + +- Rename `master` branch to `main` ([#5961](https://github.com/cookiecutter/cookiecutter-django/pull/5961)) + +### Updated + +- Bump node from 22.14 to 24.5 in local Docker image ([#5960](https://github.com/cookiecutter/cookiecutter-django/pull/5960)) + ## 2025.08.01 diff --git a/pyproject.toml b/pyproject.toml index e40a4f6e8..07c7f97ab 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "cookiecutter-django" -version = "2025.08.01" +version = "2025.08.05" description = "A Cookiecutter template for creating production-ready Django projects quickly." readme = "README.md" keywords = [ diff --git a/uv.lock b/uv.lock index 2582b3c06..c9030e893 100644 --- a/uv.lock +++ b/uv.lock @@ -182,7 +182,7 @@ wheels = [ [[package]] name = "cookiecutter-django" -version = "2025.8.1" +version = "2025.8.5" source = { virtual = "." } dependencies = [ { name = "binaryornot" },