Release v0.1.16
Module Package Release / publish-packages (push) Successful in 11s

This commit is contained in:
2026-08-05 19:52:25 +02:00
parent 9359a1d1a6
commit 3b3ab0986b
3 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -1,3 +1,3 @@
"""Headless GovOPlaN Workflow Engine module."""
__version__ = "0.1.15"
__version__ = "0.1.16"
@@ -52,7 +52,7 @@ from govoplan_workflow_engine.backend.service_launcher import (
MODULE_ID = "workflow_engine"
MODULE_NAME = "Workflow Engine"
MODULE_VERSION = "0.1.15"
MODULE_VERSION = "0.1.16"
DEFINITION_READ_SCOPE = "workflow:definition:read"
DEFINITION_WRITE_SCOPE = "workflow:definition:write"