diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 9266831f..c491e55d 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 4.0.0rc1 +current_version = 4.0.0rc3 commit = True parse = (?P\d+)\.(?P\d+)\.(?P\d+) serialize = {major}.{minor}.{patch} diff --git a/docs/conf.py b/docs/conf.py index f791dae5..3e80c1fa 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.0rc1" +release = "4.0.0rc3" # -- 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.0rc1" +version = "4.0.0rc3" master_doc = "index" diff --git a/pyproject.toml b/pyproject.toml index d2e52b08..b3e19300 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "pyzeebe" -version = "4.0.0rc1" +version = "4.0.0rc3" description = "Zeebe client api" authors = ["Jonatan Martens "] license = "MIT" diff --git a/pyzeebe/__init__.py b/pyzeebe/__init__.py index 0ad11af1..fd3d880a 100644 --- a/pyzeebe/__init__.py +++ b/pyzeebe/__init__.py @@ -1,4 +1,4 @@ -__version__ = "4.0.0rc1" +__version__ = "4.0.0rc3" from pyzeebe import errors from pyzeebe.channel import *