Skip to content

Commit

Permalink
[UPDATED] version to v2.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
JonatanMartens committed Oct 18, 2020
1 parent ab445f3 commit 222541a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,6 @@
# so a file named "default.css" will overwrite the builtin "default.css".
html_static_path = ['_static']

version = "2.2.0"
version = "2.2.1"

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__ = "2.2.0"
__version__ = "2.2.1"

from pyzeebe import exceptions
from pyzeebe.client.client import ZeebeClient
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="2.2.0",
version="2.2.1",
author="Jonatan Martens",
author_email="[email protected]",
description="Zeebe client api",
Expand Down

0 comments on commit 222541a

Please sign in to comment.