diff --git a/pyproject.toml b/pyproject.toml index b5df471..140544a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,13 +4,13 @@ build-backend = "setuptools.build_meta" [project] name = "govoplan-identity" -version = "0.1.16" +version = "0.1.17" description = "GovOPlaN identity directory module." readme = "README.md" requires-python = ">=3.12" authors = [{ name = "GovOPlaN" }] dependencies = [ - "govoplan-core>=0.1.16", + "govoplan-core>=0.1.17", ] [tool.setuptools.packages.find] diff --git a/src/govoplan_identity/__init__.py b/src/govoplan_identity/__init__.py index 4128a0a..5ae86dd 100644 --- a/src/govoplan_identity/__init__.py +++ b/src/govoplan_identity/__init__.py @@ -1,3 +1,3 @@ """GovOPlaN identity module.""" -__version__ = "0.1.16" +__version__ = "0.1.17" diff --git a/src/govoplan_identity/backend/manifest.py b/src/govoplan_identity/backend/manifest.py index 0465e2f..0a7bf3c 100644 --- a/src/govoplan_identity/backend/manifest.py +++ b/src/govoplan_identity/backend/manifest.py @@ -56,7 +56,7 @@ def _identity_directory(context: ModuleContext) -> object: manifest = ModuleManifest( id="identity", name="Identity", - version="0.1.16", + version="0.1.17", required_capabilities=(CAPABILITY_AUTH_PRINCIPAL_RESOLVER, CAPABILITY_AUTH_PERMISSION_EVALUATOR), permissions=PERMISSIONS, role_templates=ROLE_TEMPLATES,