diff --git a/CHANGELOG.md b/CHANGELOG.md index 2bbbfe532..d000ce1d5 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.19 + + +### Updated + +- Bump sass from 1.92.1 to 1.93.0 ([#6066](https://github.com/cookiecutter/cookiecutter-django/pull/6066)) + +- Update ruff to 0.13.1 ([#6065](https://github.com/cookiecutter/cookiecutter-django/pull/6065)) + +- Update mypy to 1.18.2 ([#6062](https://github.com/cookiecutter/cookiecutter-django/pull/6062)) + ## 2025.09.18 diff --git a/pyproject.toml b/pyproject.toml index 83615702e..0055bbf08 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "cookiecutter-django" -version = "2025.09.18" +version = "2025.09.19" description = "A Cookiecutter template for creating production-ready Django projects quickly." readme = "README.md" keywords = [ diff --git a/uv.lock b/uv.lock index 67b1f36de..b847079e2 100644 --- a/uv.lock +++ b/uv.lock @@ -183,7 +183,7 @@ wheels = [ [[package]] name = "cookiecutter-django" -version = "2025.9.18" +version = "2025.9.19" source = { virtual = "." } dependencies = [ { name = "binaryornot" },