From bbd5a8362b4fc66c7129d4f61041d5154e50e699 Mon Sep 17 00:00:00 2001 From: Iacopo Spalletti Date: Mon, 16 Nov 2020 08:36:49 +0100 Subject: [PATCH] Release 1.2.1 --- HISTORY.rst | 9 +++++++++ changes/648.bugfix | 1 - djangocms_blog/__init__.py | 2 +- setup.cfg | 2 +- 4 files changed, 11 insertions(+), 3 deletions(-) delete mode 100644 changes/648.bugfix diff --git a/HISTORY.rst b/HISTORY.rst index d083394f..962051d1 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -6,6 +6,15 @@ History .. towncrier release notes start +1.2.1 (2020-11-16) +================== + +Bugfixes +-------- + +- Fix admin urlconf not matching path syntax (#648) + + 1.2.0 (2020-11-14) ================== diff --git a/changes/648.bugfix b/changes/648.bugfix deleted file mode 100644 index f6693697..00000000 --- a/changes/648.bugfix +++ /dev/null @@ -1 +0,0 @@ -Fix admin urlconf not matching path syntax diff --git a/djangocms_blog/__init__.py b/djangocms_blog/__init__.py index b21188f6..17a84082 100644 --- a/djangocms_blog/__init__.py +++ b/djangocms_blog/__init__.py @@ -1,5 +1,5 @@ __author__ = "Iacopo Spalletti" __email__ = "i.spalletti@nephila.it" -__version__ = "1.2.1.dev0" +__version__ = "1.2.1" default_app_config = "djangocms_blog.apps.BlogAppConfig" diff --git a/setup.cfg b/setup.cfg index c34581a2..21f352ac 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 1.2.1.dev0 +current_version = 1.2.1 parse = (?P\d+)\.(?P\d+)\.(?P\d+)(\.?)(?P[a-z]*)(?P\d*) serialize = {major}.{minor}.{patch}.{release}{relver}