diff --git a/CHANGELOG.md b/CHANGELOG.md index 2fcda33e6..f06294bf6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,13 @@ All enhancements and patches to Cookiecutter Django will be documented in this f +## 2026.01.13 + + +### Updated + +- Update djangorestframework-stubs to 3.16.7 ([#6285](https://github.com/cookiecutter/cookiecutter-django/pull/6285)) + ## 2026.01.08 diff --git a/pyproject.toml b/pyproject.toml index 1961c10bf..009c1dcce 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "cookiecutter-django" -version = "2026.01.08" +version = "2026.01.13" description = "A Cookiecutter template for creating production-ready Django projects quickly." readme = "README.md" keywords = [ diff --git a/uv.lock b/uv.lock index 7457bb70f..cff572fac 100644 --- a/uv.lock +++ b/uv.lock @@ -183,7 +183,7 @@ wheels = [ [[package]] name = "cookiecutter-django" -version = "2026.1.8" +version = "2026.1.13" source = { virtual = "." } dependencies = [ { name = "binaryornot" },