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

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