diff --git a/CHANGELOG.md b/CHANGELOG.md index 5a46cb4a7..4eaf09494 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,13 @@ All enhancements and patches to Cookiecutter Django will be documented in this f +## 2025.10.23 + + +### Updated + +- Update ruff to 0.14.2 ([#6140](https://github.com/cookiecutter/cookiecutter-django/pull/6140)) + ## 2025.10.22 diff --git a/pyproject.toml b/pyproject.toml index b04e94cd6..3f779f912 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "cookiecutter-django" -version = "2025.10.22" +version = "2025.10.23" description = "A Cookiecutter template for creating production-ready Django projects quickly." readme = "README.md" keywords = [ diff --git a/uv.lock b/uv.lock index 624a7802f..6af6c26bf 100644 --- a/uv.lock +++ b/uv.lock @@ -167,7 +167,7 @@ wheels = [ [[package]] name = "cookiecutter-django" -version = "2025.10.22" +version = "2025.10.23" source = { virtual = "." } dependencies = [ { name = "binaryornot" },