From a136f1b3d893baf2a214f0c69a05de980d984e26 Mon Sep 17 00:00:00 2001 From: Leonardo Cavallucci Date: Tue, 26 Sep 2023 11:58:23 +0200 Subject: [PATCH] Release 1.3.0 --- HISTORY.rst | 9 +++++++++ changes/96.feature | 1 - djangocms_page_sitemap/__init__.py | 2 +- pyproject.toml | 2 +- 4 files changed, 11 insertions(+), 3 deletions(-) delete mode 100644 changes/96.feature diff --git a/HISTORY.rst b/HISTORY.rst index 02955a2..e5adf2d 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -6,6 +6,15 @@ History .. towncrier release notes start +1.3.0 (2023-09-26) +================== + +Features +-------- + +- Migrate to bump-my-version (#96) + + 1.2.0 (2023-05-08) ================== diff --git a/changes/96.feature b/changes/96.feature deleted file mode 100644 index 7a2f2f7..0000000 --- a/changes/96.feature +++ /dev/null @@ -1 +0,0 @@ -Migrate to bump-my-version diff --git a/djangocms_page_sitemap/__init__.py b/djangocms_page_sitemap/__init__.py index fb5d069..911bfce 100644 --- a/djangocms_page_sitemap/__init__.py +++ b/djangocms_page_sitemap/__init__.py @@ -1,2 +1,2 @@ -__version__ = "1.3.0.dev1" +__version__ = "1.3.0" __author__ = "Iacopo Spalletti " diff --git a/pyproject.toml b/pyproject.toml index e364c0b..03cba93 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.3.0.dev1" +current_version = "1.3.0" parse = """(?x) (?P[0-9]+) \\.(?P[0-9]+)