Release govoplan-voting v0.1.21: unify interface contracts and documentation

This commit is contained in:
2026-09-08 01:32:54 +02:00
parent 00650aee81
commit 05c8c97044
5 changed files with 32 additions and 17 deletions
+2 -2
View File
@@ -4,12 +4,12 @@ build-backend = "setuptools.build_meta"
[project]
name = "govoplan-voting"
version = "0.1.20"
version = "0.1.21"
description = "Governed voting, ballot assurance, tally, and certification for GovOPlaN."
readme = "README.md"
requires-python = ">=3.12"
authors = [{ name = "GovOPlaN" }]
dependencies = ["govoplan-core>=0.1.18", "govoplan-access>=0.1.18"]
dependencies = ["govoplan-core>=0.1.45", "govoplan-access>=0.1.18"]
[tool.setuptools.packages.find]
where = ["src"]