From b81419588bcb4f553a522ea1e9f23376260a7911 Mon Sep 17 00:00:00 2001 From: Iacopo Spalletti Date: Mon, 8 May 2023 20:23:01 +0200 Subject: [PATCH] Release 1.2.0 --- .bumpversion.cfg | 6 +++--- HISTORY.rst | 10 ++++++++++ changes/79.feature | 1 - djangocms_page_sitemap/__init__.py | 2 +- 4 files changed, 14 insertions(+), 5 deletions(-) delete mode 100644 changes/79.feature diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 445545f..0691726 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,7 +1,7 @@ [bumpversion] -current_version = 1.1.1.dev0 +current_version = 1.2.0 parse = (?P\d+)\.(?P\d+)\.(?P\d+)(\.?)(?P[a-z]*)(?P\d*) -serialize = +serialize = {major}.{minor}.{patch}.{release}{relver} {major}.{minor}.{patch} commit = True @@ -12,7 +12,7 @@ message = Release {new_version} [bumpversion:part:release] optional_value = gamma -values = +values = dev a b diff --git a/HISTORY.rst b/HISTORY.rst index abe535c..02955a2 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -6,6 +6,16 @@ History .. towncrier release notes start +1.2.0 (2023-05-08) +================== + +Features +-------- + +- Update GH actions / linting configuration (#79) +- Add support for Django 4.2 / django CMS 3.11 + + 1.1.0 (2022-08-27) ================== diff --git a/changes/79.feature b/changes/79.feature deleted file mode 100644 index fa61a0d..0000000 --- a/changes/79.feature +++ /dev/null @@ -1 +0,0 @@ -Update GH actions / linting configuration diff --git a/djangocms_page_sitemap/__init__.py b/djangocms_page_sitemap/__init__.py index 1a9f52c..73462a9 100644 --- a/djangocms_page_sitemap/__init__.py +++ b/djangocms_page_sitemap/__init__.py @@ -1,2 +1,2 @@ -__version__ = "1.1.1.dev0" +__version__ = "1.2.0" __author__ = "Iacopo Spalletti "