Release v0.1.15
Module Package Release / publish-packages (push) Successful in 11s

This commit is contained in:
2026-08-04 15:10:19 +02:00
parent 3ba0e5ce40
commit e6ca2fbd8b
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.14"
version = "0.1.15"
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.14",
"govoplan-access>=0.1.8",
"govoplan-forms>=0.1.14",
"govoplan-core>=0.1.15",
"govoplan-access>=0.1.15",
"govoplan-forms>=0.1.15",
]
[tool.setuptools.packages.find]