From 59213250cd2f0bdda4bc64988e2502bed17fa09a Mon Sep 17 00:00:00 2001 From: Adam Johnson Date: Sat, 12 Oct 2024 23:38:04 +0100 Subject: [PATCH] Version 2.14.0 --- CHANGELOG.rst | 3 +++ pyproject.toml | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 60114a4..2a5ee36 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -2,6 +2,9 @@ Changelog ========= +2.14.0 (2024-10-12) +------------------- + * Make ``squashmigrations`` update ``max_migration.txt`` files as well. Thanks to Gordon Wrigley for the report in `Issue #329 `__. diff --git a/pyproject.toml b/pyproject.toml index 3fd2ac8..118864b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -6,7 +6,7 @@ requires = [ [project] name = "django-linear-migrations" -version = "2.13.0" +version = "2.14.0" description = "Ensure your migrations are linear." readme = "README.rst" keywords = [