From 9ff7b632f61d0f6a685fb4f0ecd31d17a8950c54 Mon Sep 17 00:00:00 2001 From: Leonardo Cavallucci Date: Tue, 16 Jan 2024 12:37:43 +0100 Subject: [PATCH] Release 1.4.4 --- HISTORY.rst | 15 +++++++++++++++ changes/189.feature | 1 - changes/197.bugfix | 1 - djangocms_page_meta/__init__.py | 2 +- pyproject.toml | 2 +- 5 files changed, 17 insertions(+), 4 deletions(-) delete mode 100644 changes/189.feature delete mode 100644 changes/197.bugfix diff --git a/HISTORY.rst b/HISTORY.rst index 848ab2d..6a89117 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -6,6 +6,21 @@ History .. towncrier release notes start +1.4.4 (2024-01-16) +================== + +Features +-------- + +- Switch to Coveralls Github action (#189) + + +Bugfixes +-------- + +- Pin Django CMS version < 4 (#197) + + 1.4.3 (2023-09-27) ================== diff --git a/changes/189.feature b/changes/189.feature deleted file mode 100644 index ac23805..0000000 --- a/changes/189.feature +++ /dev/null @@ -1 +0,0 @@ -Switch to Coveralls Github action diff --git a/changes/197.bugfix b/changes/197.bugfix deleted file mode 100644 index 45b3e4c..0000000 --- a/changes/197.bugfix +++ /dev/null @@ -1 +0,0 @@ -Pin Django CMS version < 4 diff --git a/djangocms_page_meta/__init__.py b/djangocms_page_meta/__init__.py index 8b196d7..7b5f36b 100644 --- a/djangocms_page_meta/__init__.py +++ b/djangocms_page_meta/__init__.py @@ -1,2 +1,2 @@ -__version__ = "1.4.4.dev1" +__version__ = "1.4.4" __author__ = "Iacopo Spalletti " diff --git a/pyproject.toml b/pyproject.toml index f18e7a9..ea53837 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.4.dev1" +current_version = "1.4.4" parse = """(?x) (?P[0-9]+) \\.(?P[0-9]+)