From ce4314c0f4511ea3d15ff5cfa64d4c1715836fb4 Mon Sep 17 00:00:00 2001 From: Leonardo Cavallucci Date: Tue, 16 Jan 2024 12:34:22 +0100 Subject: [PATCH] Release 2.0.7 --- HISTORY.rst | 9 +++++++++ changes/786.bugfix | 1 - djangocms_blog/__init__.py | 2 +- pyproject.toml | 2 +- 4 files changed, 11 insertions(+), 3 deletions(-) delete mode 100644 changes/786.bugfix diff --git a/HISTORY.rst b/HISTORY.rst index 161ee68a..91b09017 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -6,6 +6,15 @@ History .. towncrier release notes start +2.0.7 (2024-01-16) +================== + +Bugfixes +-------- + +- Pin Django CMS version < 4, update Github test matrix (#786) + + 2.0.6 (2023-12-22) ================== diff --git a/changes/786.bugfix b/changes/786.bugfix deleted file mode 100644 index d05bbc0f..00000000 --- a/changes/786.bugfix +++ /dev/null @@ -1 +0,0 @@ -Pin Django CMS version < 4, update Github test matrix diff --git a/djangocms_blog/__init__.py b/djangocms_blog/__init__.py index feb4960a..da6ce6ac 100644 --- a/djangocms_blog/__init__.py +++ b/djangocms_blog/__init__.py @@ -1,3 +1,3 @@ __author__ = "Iacopo Spalletti" __email__ = "i.spalletti@nephila.it" -__version__ = "2.0.7.dev1" +__version__ = "2.0.7" diff --git a/pyproject.toml b/pyproject.toml index c5f25467..171796f4 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 = "2.0.7.dev1" +current_version = "2.0.7" parse = """(?x) (?P[0-9]+) \\.(?P[0-9]+)