diff --git a/CHANGELOG.md b/CHANGELOG.md index 3612979c9..013255df9 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.09.14 + + +### Documentation + +- Update documentation for deploying on PythonAnywhere with uv ([#6017](https://github.com/cookiecutter/cookiecutter-django/pull/6017)) + +### Updated + +- Update django-stubs to 5.2.5 ([#6055](https://github.com/cookiecutter/cookiecutter-django/pull/6055)) + ## 2025.09.12 diff --git a/pyproject.toml b/pyproject.toml index e7169bb4e..08982b3b1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "cookiecutter-django" -version = "2025.09.12" +version = "2025.09.14" description = "A Cookiecutter template for creating production-ready Django projects quickly." readme = "README.md" keywords = [ diff --git a/uv.lock b/uv.lock index b61e0e2e0..c81e9a2d7 100644 --- a/uv.lock +++ b/uv.lock @@ -183,7 +183,7 @@ wheels = [ [[package]] name = "cookiecutter-django" -version = "2025.9.12" +version = "2025.9.14" source = { virtual = "." } dependencies = [ { name = "binaryornot" },