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

This commit is contained in:
2026-08-05 20:34:03 +02:00
parent 6dbd930e40
commit 8c5dbda376
3 changed files with 4 additions and 4 deletions
+2 -2
View File
@@ -4,13 +4,13 @@ build-backend = "setuptools.build_meta"
[project] [project]
name = "govoplan-identity" name = "govoplan-identity"
version = "0.1.16" version = "0.1.17"
description = "GovOPlaN identity directory module." description = "GovOPlaN identity directory module."
readme = "README.md" readme = "README.md"
requires-python = ">=3.12" requires-python = ">=3.12"
authors = [{ name = "GovOPlaN" }] authors = [{ name = "GovOPlaN" }]
dependencies = [ dependencies = [
"govoplan-core>=0.1.16", "govoplan-core>=0.1.17",
] ]
[tool.setuptools.packages.find] [tool.setuptools.packages.find]
+1 -1
View File
@@ -1,3 +1,3 @@
"""GovOPlaN identity module.""" """GovOPlaN identity module."""
__version__ = "0.1.16" __version__ = "0.1.17"
+1 -1
View File
@@ -56,7 +56,7 @@ def _identity_directory(context: ModuleContext) -> object:
manifest = ModuleManifest( manifest = ModuleManifest(
id="identity", id="identity",
name="Identity", name="Identity",
version="0.1.16", version="0.1.17",
required_capabilities=(CAPABILITY_AUTH_PRINCIPAL_RESOLVER, CAPABILITY_AUTH_PERMISSION_EVALUATOR), required_capabilities=(CAPABILITY_AUTH_PRINCIPAL_RESOLVER, CAPABILITY_AUTH_PERMISSION_EVALUATOR),
permissions=PERMISSIONS, permissions=PERMISSIONS,
role_templates=ROLE_TEMPLATES, role_templates=ROLE_TEMPLATES,