From 46a8bb8efc72528fc97b12731774bbba49a2204d Mon Sep 17 00:00:00 2001 From: Leonardo Cavallucci Date: Mon, 25 Sep 2023 18:38:08 +0200 Subject: [PATCH] Release 2.0.4 --- HISTORY.rst | 9 +++++++++ changes/761.bugfix | 1 - djangocms_blog/__init__.py | 2 +- pyproject.toml | 2 +- 4 files changed, 11 insertions(+), 3 deletions(-) delete mode 100644 changes/761.bugfix diff --git a/HISTORY.rst b/HISTORY.rst index 372ba3ea..d9c281b2 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -6,6 +6,15 @@ History .. towncrier release notes start +2.0.4 (2023-09-25) +================== + +Bugfixes +-------- + +- Bump django-meta version in setup.cfg (#761) + + 2.0.3 (2023-09-22) ================== diff --git a/changes/761.bugfix b/changes/761.bugfix deleted file mode 100644 index 18f81fc0..00000000 --- a/changes/761.bugfix +++ /dev/null @@ -1 +0,0 @@ -Bump django-meta version in setup.cfg diff --git a/djangocms_blog/__init__.py b/djangocms_blog/__init__.py index aa094ef9..c2a2bc39 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.4.dev1" +__version__ = "2.0.4" diff --git a/pyproject.toml b/pyproject.toml index 51b0292a..5b38cfe3 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.4.dev1" +current_version = "2.0.4" parse = """(?x) (?P[0-9]+) \\.(?P[0-9]+)