Release v0.1.16
Module Package Release / publish-packages (push) Successful in 11s

This commit is contained in:
2026-08-05 19:52:10 +02:00
parent fbe97efd48
commit 6dbd930e40
3 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -1,3 +1,3 @@
"""GovOPlaN identity module."""
__version__ = "0.1.15"
__version__ = "0.1.16"
+1 -1
View File
@@ -56,7 +56,7 @@ def _identity_directory(context: ModuleContext) -> object:
manifest = ModuleManifest(
id="identity",
name="Identity",
version="0.1.15",
version="0.1.16",
required_capabilities=(CAPABILITY_AUTH_PRINCIPAL_RESOLVER, CAPABILITY_AUTH_PERMISSION_EVALUATOR),
permissions=PERMISSIONS,
role_templates=ROLE_TEMPLATES,