Release v0.1.16
Module Package Release / publish-packages (push) Successful in 12s

This commit is contained in:
2026-08-05 19:52:10 +02:00
parent e6ca2fbd8b
commit 619af7ecb0
4 changed files with 8 additions and 8 deletions
+4 -4
View File
@@ -4,16 +4,16 @@ build-backend = "setuptools.build_meta"
[project]
name = "govoplan-forms-runtime"
version = "0.1.15"
version = "0.1.16"
description = "Definition-aware form submissions and service launch for GovOPlaN."
readme = "README.md"
requires-python = ">=3.12"
license = { file = "LICENSE" }
authors = [{ name = "GovOPlaN" }]
dependencies = [
"govoplan-core>=0.1.15",
"govoplan-access>=0.1.15",
"govoplan-forms>=0.1.15",
"govoplan-core>=0.1.16",
"govoplan-access>=0.1.16",
"govoplan-forms>=0.1.16",
]
[tool.setuptools.packages.find]