Compare commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
47b87284b1 |
+2
-2
@@ -4,12 +4,12 @@ build-backend = "setuptools.build_meta"
|
|||||||
|
|
||||||
[project]
|
[project]
|
||||||
name = "govoplan-mandates"
|
name = "govoplan-mandates"
|
||||||
version = "0.1.16"
|
version = "0.1.17"
|
||||||
description = "Effective institutional mandate, jurisdiction, and authority lifecycle for GovOPlaN."
|
description = "Effective institutional mandate, jurisdiction, and authority lifecycle 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.16"]
|
dependencies = ["govoplan-core>=0.1.17"]
|
||||||
|
|
||||||
[tool.setuptools.packages.find]
|
[tool.setuptools.packages.find]
|
||||||
where = ["src"]
|
where = ["src"]
|
||||||
|
|||||||
@@ -1,3 +1,3 @@
|
|||||||
"""GovOPlaN institutional mandates module."""
|
"""GovOPlaN institutional mandates module."""
|
||||||
|
|
||||||
__version__ = "0.1.16"
|
__version__ = "0.1.17"
|
||||||
|
|||||||
@@ -26,7 +26,7 @@ from govoplan_mandates.backend.service import SqlMandateResolver
|
|||||||
|
|
||||||
MODULE_ID = "mandates"
|
MODULE_ID = "mandates"
|
||||||
MODULE_NAME = "Mandates"
|
MODULE_NAME = "Mandates"
|
||||||
MODULE_VERSION = "0.1.16"
|
MODULE_VERSION = "0.1.17"
|
||||||
READ_SCOPE = "mandates:definition:read"
|
READ_SCOPE = "mandates:definition:read"
|
||||||
WRITE_SCOPE = "mandates:definition:write"
|
WRITE_SCOPE = "mandates:definition:write"
|
||||||
ADMIN_SCOPE = "mandates:definition:admin"
|
ADMIN_SCOPE = "mandates:definition:admin"
|
||||||
|
|||||||
Reference in New Issue
Block a user