Release v0.1.18

This commit is contained in:
2026-08-05 21:07:44 +02:00
parent a5866ada72
commit 028679d365
3 changed files with 4 additions and 4 deletions
+2 -2
View File
@@ -4,12 +4,12 @@ build-backend = "setuptools.build_meta"
[project]
name = "govoplan-decisions"
version = "0.1.17"
version = "0.1.18"
description = "Formal institutional decision lifecycle and reconstruction for GovOPlaN."
readme = "README.md"
requires-python = ">=3.12"
authors = [{ name = "GovOPlaN" }]
dependencies = ["govoplan-core>=0.1.17"]
dependencies = ["govoplan-core>=0.1.18"]
[tool.setuptools.packages.find]
where = ["src"]
+1 -1
View File
@@ -1,3 +1,3 @@
"""GovOPlaN Decisions module."""
__version__ = "0.1.17"
__version__ = "0.1.18"
+1 -1
View File
@@ -13,7 +13,7 @@ from govoplan_decisions.backend.service import SqlDecisionRegistry
MODULE_ID = "decisions"
MODULE_NAME = "Decisions"
MODULE_VERSION = "0.1.17"
MODULE_VERSION = "0.1.18"
READ_SCOPE = "decisions:decision:read"
SENSITIVE_READ_SCOPE = "decisions:decision:read_sensitive"
WRITE_SCOPE = "decisions:decision:write"