From 2a203f71d4a11a4c9c1ac8276c70bb3a99f3641d Mon Sep 17 00:00:00 2001 From: Leonardo Cavallucci Date: Tue, 16 Jan 2024 12:35:39 +0100 Subject: [PATCH] Bump develop version [ci skip] --- djangocms_blog/__init__.py | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/djangocms_blog/__init__.py b/djangocms_blog/__init__.py index da6ce6ac..2bad3ed4 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.7" +__version__ = "2.0.8.dev1" diff --git a/pyproject.toml b/pyproject.toml index 171796f4..9652e1bc 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.7" +current_version = "2.0.8.dev1" parse = """(?x) (?P[0-9]+) \\.(?P[0-9]+)