diff --git a/CHANGELOG.md b/CHANGELOG.md index ad8ec678..4702bcd1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,15 @@ All enhancements and patches to Cookiecutter Django will be documented in this f +## 2025.01.20 + + +### Changed + +- Group all API tests under a `tests.api` namespace ([#5615](https://github.com/cookiecutter/cookiecutter-django/pull/5615)) + +- Migrate post-generation hook to pathlib ([#5648](https://github.com/cookiecutter/cookiecutter-django/pull/5648)) + ## 2025.01.16 diff --git a/pyproject.toml b/pyproject.toml index f5df2e07..4e163d9a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "cookiecutter-django" -version = "2025.01.16" +version = "2025.01.20" description = "A Cookiecutter template for creating production-ready Django projects quickly." readme = "README.md" keywords = [