From 23565b5ce15c22ee7fae6b87c0f4b8b2de3fe0f5 Mon Sep 17 00:00:00 2001 From: Leonardo Cavallucci Date: Fri, 22 Dec 2023 15:34:10 +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 f2390396..feb4960a 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.6" +__version__ = "2.0.7.dev1" diff --git a/pyproject.toml b/pyproject.toml index 236d5b05..c5f25467 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.6" +current_version = "2.0.7.dev1" parse = """(?x) (?P[0-9]+) \\.(?P[0-9]+)