From 570f95a097accfef25f77a134bcfd6af888375eb Mon Sep 17 00:00:00 2001 From: Jonatan Martens Date: Sun, 13 Mar 2022 23:29:18 +0200 Subject: [PATCH] =?UTF-8?q?Bump=20version:=203.0.2=20=E2=86=92=203.0.3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .bumpversion.cfg | 2 +- docs/conf.py | 4 ++-- pyproject.toml | 2 +- pyzeebe/__init__.py | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 168907d3..8d97cad8 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 3.0.2 +current_version = 3.0.3 commit = True parse = (?P\d+)\.(?P\d+)\.(?P\d+) serialize = {major}.{minor}.{patch} diff --git a/docs/conf.py b/docs/conf.py index 4cb57b49..d0ed14a6 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -26,7 +26,7 @@ author = "Jonatan Martens" # The full version, including alpha/beta/rc tags -release = "3.0.2" +release = "3.0.3" # -- General configuration --------------------------------------------------- @@ -55,6 +55,6 @@ # so a file named "default.css" will overwrite the builtin "default.css". html_static_path = ["_static"] -version = "3.0.2" +version = "3.0.3" master_doc = "index" diff --git a/pyproject.toml b/pyproject.toml index 1880f7eb..0065b304 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "pyzeebe" -version = "3.0.2" +version = "3.0.3" description = "Zeebe client api" authors = ["Jonatan Martens "] license = "MIT" diff --git a/pyzeebe/__init__.py b/pyzeebe/__init__.py index c714ee5f..4c98a3a7 100644 --- a/pyzeebe/__init__.py +++ b/pyzeebe/__init__.py @@ -1,4 +1,4 @@ -__version__ = "3.0.2" +__version__ = "3.0.3" from pyzeebe import errors from pyzeebe.channel import *