Compare commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
a5866ada72 |
+2
-2
@@ -4,12 +4,12 @@ build-backend = "setuptools.build_meta"
|
||||
|
||||
[project]
|
||||
name = "govoplan-decisions"
|
||||
version = "0.1.16"
|
||||
version = "0.1.17"
|
||||
description = "Formal institutional decision lifecycle and reconstruction for GovOPlaN."
|
||||
readme = "README.md"
|
||||
requires-python = ">=3.12"
|
||||
authors = [{ name = "GovOPlaN" }]
|
||||
dependencies = ["govoplan-core>=0.1.16"]
|
||||
dependencies = ["govoplan-core>=0.1.17"]
|
||||
|
||||
[tool.setuptools.packages.find]
|
||||
where = ["src"]
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
"""GovOPlaN Decisions module."""
|
||||
|
||||
__version__ = "0.1.16"
|
||||
__version__ = "0.1.17"
|
||||
|
||||
@@ -13,7 +13,7 @@ from govoplan_decisions.backend.service import SqlDecisionRegistry
|
||||
|
||||
MODULE_ID = "decisions"
|
||||
MODULE_NAME = "Decisions"
|
||||
MODULE_VERSION = "0.1.16"
|
||||
MODULE_VERSION = "0.1.17"
|
||||
READ_SCOPE = "decisions:decision:read"
|
||||
SENSITIVE_READ_SCOPE = "decisions:decision:read_sensitive"
|
||||
WRITE_SCOPE = "decisions:decision:write"
|
||||
|
||||
Reference in New Issue
Block a user