From efbec827616b13b1d1de4b1094ab3dc8c29accf5 Mon Sep 17 00:00:00 2001 From: Albrecht Degering Date: Sat, 11 Jul 2026 16:49:04 +0200 Subject: [PATCH] Release v0.1.8 --- README.md | 4 ++++ pyproject.toml | 4 ++-- src/govoplan_tenancy/backend/manifest.py | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index d5f9ac0..dc0616b 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,9 @@ # GovOPlaN Tenancy + +**Repository type:** module (platform). + + `govoplan-tenancy` owns tenant lifecycle, tenant administration API route contributions, and the `tenancy.tenantResolver` capability during the GovOPlaN module split. diff --git a/pyproject.toml b/pyproject.toml index cb0e8ab..75c85ad 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,13 +4,13 @@ build-backend = "setuptools.build_meta" [project] name = "govoplan-tenancy" -version = "0.1.7" +version = "0.1.8" description = "GovOPlaN tenancy platform module." readme = "README.md" requires-python = ">=3.12" authors = [{ name = "GovOPlaN" }] dependencies = [ - "govoplan-core>=0.1.7", + "govoplan-core>=0.1.8", ] [tool.setuptools.packages.find] diff --git a/src/govoplan_tenancy/backend/manifest.py b/src/govoplan_tenancy/backend/manifest.py index 24179fc..31984a4 100644 --- a/src/govoplan_tenancy/backend/manifest.py +++ b/src/govoplan_tenancy/backend/manifest.py @@ -30,7 +30,7 @@ def _route_factory(context: ModuleContext): manifest = ModuleManifest( id="tenancy", name="Tenancy", - version="0.1.7", + version="0.1.8", required_capabilities=( CAPABILITY_AUTH_PRINCIPAL_RESOLVER, CAPABILITY_AUTH_PERMISSION_EVALUATOR,