From b57c657e9a11244b3b633ea44a90502f8c087bcd Mon Sep 17 00:00:00 2001 From: Leonardo Cavallucci Date: Wed, 27 Sep 2023 09:40:47 +0200 Subject: [PATCH] Release 1.4.3 --- HISTORY.rst | 9 +++++++++ changes/181.bugfix | 1 - djangocms_page_meta/__init__.py | 2 +- pyproject.toml | 2 +- 4 files changed, 11 insertions(+), 3 deletions(-) delete mode 100644 changes/181.bugfix diff --git a/HISTORY.rst b/HISTORY.rst index f6e92cc..848ab2d 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -6,6 +6,15 @@ History .. towncrier release notes start +1.4.3 (2023-09-27) +================== + +Bugfixes +-------- + +- Set default_auto_field in AppConfig to avoid migrations problem if DEFAULT_AUTO_FIELD is different (#181) + + 1.4.2 (2023-09-26) ================== diff --git a/changes/181.bugfix b/changes/181.bugfix deleted file mode 100644 index 3e24de1..0000000 --- a/changes/181.bugfix +++ /dev/null @@ -1 +0,0 @@ -Set default_auto_field in AppConfig to avoid migrations problem if DEFAULT_AUTO_FIELD is different diff --git a/djangocms_page_meta/__init__.py b/djangocms_page_meta/__init__.py index 5d7c279..70f7cff 100644 --- a/djangocms_page_meta/__init__.py +++ b/djangocms_page_meta/__init__.py @@ -1,2 +1,2 @@ -__version__ = "1.4.3.dev1" +__version__ = "1.4.3" __author__ = "Iacopo Spalletti " diff --git a/pyproject.toml b/pyproject.toml index 78a2f49..7f9df01 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -53,7 +53,7 @@ commit = true message = "Release {new_version}" commit_args = "--no-verify" tag = false -current_version = "1.4.3.dev1" +current_version = "1.4.3" parse = """(?x) (?P[0-9]+) \\.(?P[0-9]+)