From ee7eaae6e8c54f1baf2a0f9b014b1865b40e00e8 Mon Sep 17 00:00:00 2001 From: Dmitriy Date: Sun, 9 Jun 2024 14:25:33 +0500 Subject: [PATCH 1/2] =?UTF-8?q?Bump=20version:=203.0.4=20=E2=86=92=204.0.0?= =?UTF-8?q?rc1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .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 3edb9229..9266831f 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 3.0.4 +current_version = 4.0.0rc1 commit = True parse = (?P\d+)\.(?P\d+)\.(?P\d+) serialize = {major}.{minor}.{patch} diff --git a/docs/conf.py b/docs/conf.py index 226a6ac3..f791dae5 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 = "3.0.4" +release = "4.0.0rc1" # -- General configuration --------------------------------------------------- @@ -61,7 +61,7 @@ # so a file named "default.css" will overwrite the builtin "default.css". html_static_path = ["_static"] -version = "3.0.4" +version = "4.0.0rc1" master_doc = "index" diff --git a/pyproject.toml b/pyproject.toml index ec50082b..7a3d20c0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "pyzeebe" -version = "3.0.4" +version = "4.0.0rc1" description = "Zeebe client api" authors = ["Jonatan Martens "] license = "MIT" diff --git a/pyzeebe/__init__.py b/pyzeebe/__init__.py index 5de1d3e9..0ad11af1 100644 --- a/pyzeebe/__init__.py +++ b/pyzeebe/__init__.py @@ -1,4 +1,4 @@ -__version__ = "3.0.4" +__version__ = "4.0.0rc1" from pyzeebe import errors from pyzeebe.channel import * From 945a8d82df9e6af181543d8119370dd5fd85c549 Mon Sep 17 00:00:00 2001 From: Dmitriy Date: Sun, 9 Jun 2024 14:28:48 +0500 Subject: [PATCH 2/2] Update README --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index efa2878a..b65ea9b6 100644 --- a/README.md +++ b/README.md @@ -20,6 +20,7 @@ Zeebe version support: | Pyzeebe version | Tested Zeebe versions | | :-------------: | ---------------------- | +| 4.x.x | 1.3, 8.1, 8.2, 8.3, 8.4 | | 3.x.x | 1.0.0 | | 2.x.x | 0.23, 0.24, 0.25, 0.26 | | 1.x.x | 0.23, 0.24 |