File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 11[bumpversion]
2- current_version = 3.0.1
2+ current_version = 3.0.2
33commit = True
44parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)
55serialize = {major}.{minor}.{patch}
Original file line number Diff line number Diff line change 2626author = "Jonatan Martens"
2727
2828# The full version, including alpha/beta/rc tags
29- release = "3.0.1 "
29+ release = "3.0.2 "
3030
3131# -- General configuration ---------------------------------------------------
3232
5555# so a file named "default.css" will overwrite the builtin "default.css".
5656html_static_path = ["_static" ]
5757
58- version = "3.0.1 "
58+ version = "3.0.2 "
5959
6060master_doc = "index"
Original file line number Diff line number Diff line change 11[tool .poetry ]
22name = " pyzeebe"
3- version = " 3.0.1 "
3+ version = " 3.0.2 "
44description = " Zeebe client api"
55authors = [
" Jonatan Martens <[email protected] >" ]
66license = " MIT"
Original file line number Diff line number Diff line change 1- __version__ = "3.0.1 "
1+ __version__ = "3.0.2 "
22
33from pyzeebe import errors
44from pyzeebe .channel import *
You can’t perform that action at this time.
0 commit comments