Skip to content

Commit

Permalink
Bump version: 2.2.2 -> 2.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
JonatanMartens committed Jan 12, 2021
1 parent 30aaca2 commit 6480774
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
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 = '2.1.0'
release = '2.2.3'

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

Expand Down 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.2"
version = "2.2.3"

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.2"
__version__ = "2.2.3"

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.2",
version="2.2.3",
author="Jonatan Martens",
author_email="jonatanmartenstav@gmail.com",
description="Zeebe client api",
Expand Down

0 comments on commit 6480774

Please sign in to comment.