From 85caa8d337224efd3aa68985d6789aa8b7235787 Mon Sep 17 00:00:00 2001 From: Albrecht Degering Date: Sat, 22 Aug 2026 20:45:41 +0200 Subject: [PATCH] chore(release): integrate structured documentation localization --- packages/govoplan-meta/pyproject.toml | 14 +++++++------- requirements-release.txt | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/packages/govoplan-meta/pyproject.toml b/packages/govoplan-meta/pyproject.toml index 81b937f..2d1a358 100644 --- a/packages/govoplan-meta/pyproject.toml +++ b/packages/govoplan-meta/pyproject.toml @@ -4,13 +4,13 @@ build-backend = "setuptools.build_meta" [project] name = "govoplan" -version = "0.1.36" +version = "0.1.37" description = "Developer convenience package for a versioned GovOPlaN composition" readme = "README.md" requires-python = ">=3.12" license = { text = "AGPL-3.0-or-later" } dependencies = [ - "govoplan-core[server]==0.1.36", + "govoplan-core[server]==0.1.37", "govoplan-tenancy==0.1.18", "govoplan-organizations==0.1.18", "govoplan-identity==0.1.18", @@ -24,7 +24,7 @@ dependencies = [ "govoplan-mail==0.1.22", "govoplan-campaign==0.1.24", "govoplan-calendar==0.1.18", - "govoplan-docs==0.1.20", + "govoplan-docs==0.1.21", "govoplan-ops==0.1.19", ] @@ -42,7 +42,7 @@ full = [ "govoplan-contracts==0.1.19", "govoplan-dataflow==0.1.20", "govoplan-datasources==0.1.21", - "govoplan-decisions==0.1.18", + "govoplan-decisions==0.1.19", "govoplan-dist-lists==0.1.18", "govoplan-encryption==0.1.18", "govoplan-evaluation==0.1.19", @@ -54,9 +54,9 @@ full = [ "govoplan-identity-trust==0.1.18", "govoplan-inspections==0.1.19", "govoplan-learning==0.1.19", - "govoplan-mandates==0.1.18", + "govoplan-mandates==0.1.19", "govoplan-notifications==0.1.18", - "govoplan-parties==0.1.18", + "govoplan-parties==0.1.19", "govoplan-payments==0.1.20", "govoplan-permits==0.1.19", "govoplan-poll==0.1.19", @@ -72,7 +72,7 @@ full = [ "govoplan-risk-compliance==0.1.18", "govoplan-scheduling==0.1.18", "govoplan-search==0.1.18", - "govoplan-services==0.1.18", + "govoplan-services==0.1.19", "govoplan-soap==0.1.19", "govoplan-tasks==0.1.20", "govoplan-templates==0.1.18", diff --git a/requirements-release.txt b/requirements-release.txt index 1143ab4..8340198 100644 --- a/requirements-release.txt +++ b/requirements-release.txt @@ -14,5 +14,5 @@ govoplan-files @ git+ssh://git@git.add-ideas.de/GovOPlaN/govoplan-files.git@v0.1 govoplan-mail @ git+ssh://git@git.add-ideas.de/GovOPlaN/govoplan-mail.git@v0.1.22 govoplan-campaign @ git+ssh://git@git.add-ideas.de/GovOPlaN/govoplan-campaign.git@v0.1.24 govoplan-calendar @ git+ssh://git@git.add-ideas.de/GovOPlaN/govoplan-calendar.git@v0.1.18 -govoplan-docs @ git+ssh://git@git.add-ideas.de/GovOPlaN/govoplan-docs.git@v0.1.20 +govoplan-docs @ git+ssh://git@git.add-ideas.de/GovOPlaN/govoplan-docs.git@v0.1.21 govoplan-ops @ git+ssh://git@git.add-ideas.de/GovOPlaN/govoplan-ops.git@v0.1.19