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]+)