Release govoplan-admin v0.1.23: unify interface contracts and documentation
Module Package Release / publish-packages (push) Successful in 12s

This commit is contained in:
2026-09-08 01:32:23 +02:00
parent 3b45064069
commit f401b134e3
9 changed files with 19 additions and 20 deletions
+2 -2
View File
@@ -4,13 +4,13 @@ build-backend = "setuptools.build_meta"
[project]
name = "govoplan-admin"
version = "0.1.22"
version = "0.1.23"
description = "GovOPlaN generic administration module."
readme = "README.md"
requires-python = ">=3.12"
authors = [{ name = "GovOPlaN" }]
dependencies = [
"govoplan-core>=0.1.35",
"govoplan-core>=0.1.45",
"govoplan-access>=0.1.20",
]