From a056272dbc2b1d31a694f36d3a722ebefdede039 Mon Sep 17 00:00:00 2001 From: Dmitriy Date: Thu, 26 Sep 2024 16:06:15 +0000 Subject: [PATCH] bump 4.0.0rc4 -> 4.0.0rc5 --- .bumpversion.cfg | 2 +- docs/conf.py | 4 ++-- pyproject.toml | 2 +- pyzeebe/__init__.py | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index a3c772b1..e77b05fd 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 4.0.0rc4 +current_version = 4.0.0rc5 commit = True parse = (?P\d+)\.(?P\d+)\.(?P\d+) serialize = {major}.{minor}.{patch} diff --git a/docs/conf.py b/docs/conf.py index 5d7830c7..230b94ef 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -26,7 +26,7 @@ author = "Jonatan Martens" # The full version, including alpha/beta/rc tags -release = "4.0.0rc4" +release = "4.0.0rc5" # -- General configuration --------------------------------------------------- @@ -61,7 +61,7 @@ # so a file named "default.css" will overwrite the builtin "default.css". html_static_path = ["_static"] -version = "4.0.0rc4" +version = "4.0.0rc5" master_doc = "index" diff --git a/pyproject.toml b/pyproject.toml index 8c6bc38b..febfee1b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "pyzeebe" -version = "4.0.0rc4" +version = "4.0.0rc5" description = "Zeebe client api" authors = ["Jonatan Martens "] license = "MIT" diff --git a/pyzeebe/__init__.py b/pyzeebe/__init__.py index 2e68d034..2624bdbf 100644 --- a/pyzeebe/__init__.py +++ b/pyzeebe/__init__.py @@ -1,4 +1,4 @@ -__version__ = "4.0.0rc4" +__version__ = "4.0.0rc5" from pyzeebe import errors from pyzeebe.channel import *