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

This commit is contained in:
2026-09-08 01:32:53 +02:00
parent 5c186b565e
commit bb6ebf194a
6 changed files with 39 additions and 25 deletions
+2 -2
View File
@@ -4,13 +4,13 @@ build-backend = "setuptools.build_meta"
[project]
name = "govoplan-tasks"
version = "0.1.22"
version = "0.1.23"
description = "Governed work items and unified work inbox for GovOPlaN."
readme = "README.md"
requires-python = ">=3.12"
authors = [{ name = "GovOPlaN" }]
dependencies = [
"govoplan-core>=0.1.44",
"govoplan-core>=0.1.45",
"govoplan-access>=0.1.18",
]