Skip to content

Commit

Permalink
Merge pull request #419 from dimastbk/bump-version
Browse files Browse the repository at this point in the history
Bump version to 4.0.0rc1
  • Loading branch information
dimastbk authored Jun 9, 2024
2 parents 035b6a8 + 945a8d8 commit 32d4f94
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 3.0.4
current_version = 4.0.0rc1
commit = True
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)
serialize = {major}.{minor}.{patch}
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 |
Expand Down
4 changes: 2 additions & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -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 ---------------------------------------------------

Expand Down Expand Up @@ -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"

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "pyzeebe"
version = "3.0.4"
version = "4.0.0rc1"
description = "Zeebe client api"
authors = ["Jonatan Martens <[email protected]>"]
license = "MIT"
Expand Down
2 changes: 1 addition & 1 deletion pyzeebe/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = "3.0.4"
__version__ = "4.0.0rc1"

from pyzeebe import errors
from pyzeebe.channel import *
Expand Down

0 comments on commit 32d4f94

Please sign in to comment.