From 1fe9290876d7cb7ef6e57233462db6830c0e14f8 Mon Sep 17 00:00:00 2001 From: Jonatan Martens Date: Sun, 3 Apr 2022 20:39:57 +0300 Subject: [PATCH] =?UTF-8?q?Bump=20version:=203.0.3=20=E2=86=92=203.0.4?= 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 8d97cad8..3edb9229 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 3.0.3 +current_version = 3.0.4 commit = True parse = (?P\d+)\.(?P\d+)\.(?P\d+) serialize = {major}.{minor}.{patch} diff --git a/docs/conf.py b/docs/conf.py index d0ed14a6..30548e4e 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.3" +release = "3.0.4" # -- 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.3" +version = "3.0.4" master_doc = "index" diff --git a/pyproject.toml b/pyproject.toml index 0065b304..4d45af34 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "pyzeebe" -version = "3.0.3" +version = "3.0.4" description = "Zeebe client api" authors = ["Jonatan Martens "] license = "MIT" diff --git a/pyzeebe/__init__.py b/pyzeebe/__init__.py index 4c98a3a7..7149c5ad 100644 --- a/pyzeebe/__init__.py +++ b/pyzeebe/__init__.py @@ -1,4 +1,4 @@ -__version__ = "3.0.3" +__version__ = "3.0.4" from pyzeebe import errors from pyzeebe.channel import *