Release v0.1.15
This commit is contained in:
+2
-2
@@ -4,12 +4,12 @@ build-backend = "setuptools.build_meta"
|
||||
|
||||
[project]
|
||||
name = "govoplan-mandates"
|
||||
version = "0.1.14"
|
||||
version = "0.1.15"
|
||||
description = "Effective institutional mandate, jurisdiction, and authority lifecycle for GovOPlaN."
|
||||
readme = "README.md"
|
||||
requires-python = ">=3.12"
|
||||
authors = [{ name = "GovOPlaN" }]
|
||||
dependencies = ["govoplan-core>=0.1.14"]
|
||||
dependencies = ["govoplan-core>=0.1.15"]
|
||||
|
||||
[tool.setuptools.packages.find]
|
||||
where = ["src"]
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
"""GovOPlaN institutional mandates module."""
|
||||
|
||||
__version__ = "0.1.14"
|
||||
__version__ = "0.1.15"
|
||||
|
||||
@@ -26,7 +26,7 @@ from govoplan_mandates.backend.service import SqlMandateResolver
|
||||
|
||||
MODULE_ID = "mandates"
|
||||
MODULE_NAME = "Mandates"
|
||||
MODULE_VERSION = "0.1.14"
|
||||
MODULE_VERSION = "0.1.15"
|
||||
READ_SCOPE = "mandates:definition:read"
|
||||
WRITE_SCOPE = "mandates:definition:write"
|
||||
ADMIN_SCOPE = "mandates:definition:admin"
|
||||
|
||||
Reference in New Issue
Block a user