From bf2a3c5d8411f19258e20e591eceba133357916c Mon Sep 17 00:00:00 2001
From: github-actions <action@github.com>
Date: Mon, 27 Jan 2025 02:26:26 +0000
Subject: [PATCH] Release 2025.01.26

---
 CHANGELOG.md   | 11 +++++++++++
 pyproject.toml |  2 +-
 2 files changed, 12 insertions(+), 1 deletion(-)

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
 
 <!-- GENERATOR_PLACEHOLDER -->
 
+## 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 = [