From 3d132afae2eae73a9efd009856e40e6585a6d553 Mon Sep 17 00:00:00 2001 From: Leonardo Cavallucci Date: Fri, 22 Sep 2023 13:04:28 +0200 Subject: [PATCH] Release 2.0.3 --- HISTORY.rst | 9 +++++++++ changes/759.feature | 1 - djangocms_blog/__init__.py | 2 +- pyproject.toml | 2 +- 4 files changed, 11 insertions(+), 3 deletions(-) delete mode 100644 changes/759.feature diff --git a/HISTORY.rst b/HISTORY.rst index 7a0a3c09..372ba3ea 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -6,6 +6,15 @@ History .. towncrier release notes start +2.0.3 (2023-09-22) +================== + +Features +-------- + +- Migrate to bump-my-version (#759) + + 2.0.2 (2023-08-30) ================== diff --git a/changes/759.feature b/changes/759.feature deleted file mode 100644 index 7a2f2f73..00000000 --- a/changes/759.feature +++ /dev/null @@ -1 +0,0 @@ -Migrate to bump-my-version diff --git a/djangocms_blog/__init__.py b/djangocms_blog/__init__.py index ba4edd57..84388d62 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.3.dev1" +__version__ = "2.0.3" diff --git a/pyproject.toml b/pyproject.toml index 39955bed..10988cf9 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.3.dev1" +current_version = "2.0.3" parse = """(?x) (?P[0-9]+) \\.(?P[0-9]+)