Skip to content

Commit

Permalink
Merge pull request #446 from dimastbk/bump-version
Browse files Browse the repository at this point in the history
Bump version: 4.0.0rc1 → 4.0.0rc3
  • Loading branch information
dimastbk authored Jul 23, 2024
2 parents 1e5c725 + 1eece99 commit a44ef94
Show file tree
Hide file tree
Showing 4 changed files with 5 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 = 4.0.0rc1
current_version = 4.0.0rc3
commit = True
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)
serialize = {major}.{minor}.{patch}
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 = "4.0.0rc1"
release = "4.0.0rc3"

# -- 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 = "4.0.0rc1"
version = "4.0.0rc3"

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 = "4.0.0rc1"
version = "4.0.0rc3"
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__ = "4.0.0rc1"
__version__ = "4.0.0rc3"

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

0 comments on commit a44ef94

Please sign in to comment.