diff --git a/CHANGELOG.md b/CHANGELOG.md index 08ddf5c042..87169ffb19 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.01.26 + + +### Changed + +- Migrate generated project from `runtime.txt` to `.python-version` ([#5652](https://github.com/cookiecutter/cookiecutter-django/pull/5652)) + +### Documentation + +- Update Heroku deployment guide ([#5656](https://github.com/cookiecutter/cookiecutter-django/pull/5656)) + ## 2025.01.24 diff --git a/pyproject.toml b/pyproject.toml index 5f4a4508bc..1d0bc34b69 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "cookiecutter-django" -version = "2025.01.24" +version = "2025.01.26" description = "A Cookiecutter template for creating production-ready Django projects quickly." readme = "README.md" keywords = [