Release govoplan-scheduling v0.1.22: unify interface contracts and documentation

This commit is contained in:
2026-09-08 01:32:52 +02:00
parent 44e53ce2ce
commit 2081bd18c3
8 changed files with 39 additions and 68 deletions
+2 -2
View File
@@ -4,14 +4,14 @@ build-backend = "setuptools.build_meta"
[project]
name = "govoplan-scheduling"
version = "0.1.21"
version = "0.1.22"
description = "GovOPlaN meeting scheduling and Terminfindung module seed."
readme = "README.md"
requires-python = ">=3.12"
license = { file = "LICENSE" }
authors = [{ name = "GovOPlaN" }]
dependencies = [
"govoplan-core>=0.1.18",
"govoplan-core>=0.1.45",
"govoplan-poll>=0.1.18",
]