From a20e02291d387d5405f328a829b16acc32ba290c Mon Sep 17 00:00:00 2001 From: Albrecht Degering Date: Fri, 21 Aug 2026 23:08:35 +0200 Subject: [PATCH] chore: sync Files folder sync release --- packages/govoplan-meta/pyproject.toml | 6 +++--- requirements-release.txt | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/packages/govoplan-meta/pyproject.toml b/packages/govoplan-meta/pyproject.toml index d68fefa..cbac5fc 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.22" +version = "0.1.23" 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.22", + "govoplan-core[server]==0.1.23", "govoplan-tenancy==0.1.18", "govoplan-organizations==0.1.18", "govoplan-identity==0.1.18", @@ -20,7 +20,7 @@ dependencies = [ "govoplan-policy==0.1.19", "govoplan-audit==0.1.18", "govoplan-dashboard==0.1.18", - "govoplan-files==0.1.19", + "govoplan-files==0.1.20", "govoplan-mail==0.1.18", "govoplan-campaign==0.1.18", "govoplan-calendar==0.1.18", diff --git a/requirements-release.txt b/requirements-release.txt index a924ad3..066aea4 100644 --- a/requirements-release.txt +++ b/requirements-release.txt @@ -10,7 +10,7 @@ govoplan-admin @ git+ssh://git@git.add-ideas.de/GovOPlaN/govoplan-admin.git@v0.1 govoplan-policy @ git+ssh://git@git.add-ideas.de/GovOPlaN/govoplan-policy.git@v0.1.19 govoplan-audit @ git+ssh://git@git.add-ideas.de/GovOPlaN/govoplan-audit.git@v0.1.18 govoplan-dashboard @ git+ssh://git@git.add-ideas.de/GovOPlaN/govoplan-dashboard.git@v0.1.18 -govoplan-files @ git+ssh://git@git.add-ideas.de/GovOPlaN/govoplan-files.git@v0.1.19 +govoplan-files @ git+ssh://git@git.add-ideas.de/GovOPlaN/govoplan-files.git@v0.1.20 govoplan-mail @ git+ssh://git@git.add-ideas.de/GovOPlaN/govoplan-mail.git@v0.1.18 govoplan-campaign @ git+ssh://git@git.add-ideas.de/GovOPlaN/govoplan-campaign.git@v0.1.18 govoplan-calendar @ git+ssh://git@git.add-ideas.de/GovOPlaN/govoplan-calendar.git@v0.1.18