chore(access): bump version to 0.1.10

This commit is contained in:
2026-07-21 20:48:22 +02:00
parent 4075ac4d73
commit 79781662e8
6 changed files with 9 additions and 9 deletions

View File

@@ -1,3 +1,3 @@
"""GovOPlaN access platform module."""
__version__ = "0.1.8"
__version__ = "0.1.10"

View File

@@ -600,7 +600,7 @@ def _route_factory(context: ModuleContext):
manifest = ModuleManifest(
id="access",
name="Access",
version="0.1.8",
version="0.1.10",
optional_dependencies=("identity", "organizations", "tenancy", "idm"),
permissions=ACCESS_PERMISSIONS,
role_templates=ACCESS_ROLE_TEMPLATES,