Skip to content

Commit eb26d29

Browse files
Igoranzepboers1988
andauthored
Make is_task backwards compatible (#958)
* Make is_task backwards compatible * Make is_task backwards compatible * update to 4.0.1 * Version 4.0.1 --------- Co-authored-by: Peter Boers <peter.boers@surf.nl>
1 parent f95b978 commit eb26d29

File tree

3 files changed

+226
-166
lines changed

3 files changed

+226
-166
lines changed

.bumpversion.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 4.0.0
2+
current_version = 4.0.1
33
commit = False
44
tag = False
55
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(rc(?P<build>\d+))?

orchestrator/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313

1414
"""This is the orchestrator workflow engine."""
1515

16-
__version__ = "4.0.0"
16+
__version__ = "4.0.1"
1717

1818
from orchestrator.app import OrchestratorCore
1919
from orchestrator.settings import app_settings

0 commit comments

Comments
 (0)