Skip to content

Commit

Permalink
Bump version: 3.0.0rc4 → 3.0.0rc5
Browse files Browse the repository at this point in the history
  • Loading branch information
JonatanMartens committed Oct 15, 2021
1 parent a3bd4ef commit 178b16e
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 = 3.0.0rc4
current_version = 3.0.0rc5
commit = True
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(?P<rc>.*)
serialize =
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.0rc4'
release = '3.0.0rc5'

# -- General configuration ---------------------------------------------------

Expand Down Expand Up @@ -60,6 +60,6 @@
# so a file named "default.css" will overwrite the builtin "default.css".
html_static_path = ['_static']

version = "3.0.0rc4"
version = "3.0.0rc5"

master_doc = 'index'
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.0rc4"
__version__ = "3.0.0rc5"

from pyzeebe import errors
from pyzeebe.channel import *
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

setuptools.setup(
name="pyzeebe",
version="3.0.0rc4",
version="3.0.0rc5",
author="Jonatan Martens",
author_email="[email protected]",
description="Zeebe client api",
Expand Down

0 comments on commit 178b16e

Please sign in to comment.