Release govoplan-workflow v0.1.23: unify interface contracts and documentation

This commit is contained in:
2026-09-08 01:32:55 +02:00
parent 4aa19840bc
commit bf77ac2a8d
5 changed files with 60 additions and 38 deletions
+2 -2
View File
@@ -4,14 +4,14 @@ build-backend = "setuptools.build_meta"
[project]
name = "govoplan-workflow"
version = "0.1.22"
version = "0.1.23"
description = "Optional visual authoring and inspection workspace for GovOPlaN Workflow Engine."
readme = "README.md"
requires-python = ">=3.12"
license = "AGPL-3.0-or-later"
authors = [{ name = "GovOPlaN" }]
dependencies = [
"govoplan-core>=0.1.28",
"govoplan-core>=0.1.45",
"govoplan-workflow-engine>=0.1.19",
]