From 0f2a9beca76c695a70a709bce2d843e6b1349277 Mon Sep 17 00:00:00 2001 From: Albrecht Degering Date: Tue, 7 Jul 2026 15:55:37 +0200 Subject: [PATCH] Release v0.1.6 --- package.json | 4 ++-- pyproject.toml | 6 +++--- .../__pycache__/manifest.cpython-312.pyc | Bin 1317 -> 1317 bytes src/govoplan_admin/backend/manifest.py | 2 +- webui/package.json | 4 ++-- 5 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package.json b/package.json index e6b94ac..95d7649 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@govoplan/admin-webui", - "version": "0.1.5", + "version": "0.1.6", "private": true, "type": "module", "main": "webui/src/index.ts", @@ -18,7 +18,7 @@ "LICENSE" ], "peerDependencies": { - "@govoplan/core-webui": "^0.1.5", + "@govoplan/core-webui": "^0.1.6", "lucide-react": "^0.555.0", "react": "^19.0.0", "react-dom": "^19.0.0", diff --git a/pyproject.toml b/pyproject.toml index 5e9755a..fbf0d4d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,14 +4,14 @@ build-backend = "setuptools.build_meta" [project] name = "govoplan-admin" -version = "0.1.5" +version = "0.1.6" description = "GovOPlaN generic administration module." readme = "README.md" requires-python = ">=3.12" authors = [{ name = "GovOPlaN" }] dependencies = [ - "govoplan-core>=0.1.5", - "govoplan-access>=0.1.5", + "govoplan-core>=0.1.6", + "govoplan-access>=0.1.6", ] [tool.setuptools.packages.find] diff --git a/src/govoplan_admin/backend/__pycache__/manifest.cpython-312.pyc b/src/govoplan_admin/backend/__pycache__/manifest.cpython-312.pyc index a62eabae98c42a7ded24c8312a0636cf73713c42..fe11c0388ca75e6e209711ffb02c2fdc351825c5 100644 GIT binary patch delta 27 hcmZ3=wUmqdG%qg~0}xzb_T9)`$HZv5xr=Ew698PP2FCyZ delta 27 hcmZ3=wUmqdG%qg~0}%MG@!7~-$HZu|xr=Ew698TU2I~L- diff --git a/src/govoplan_admin/backend/manifest.py b/src/govoplan_admin/backend/manifest.py index d678232..fec1b76 100644 --- a/src/govoplan_admin/backend/manifest.py +++ b/src/govoplan_admin/backend/manifest.py @@ -16,7 +16,7 @@ def _route_factory(context: ModuleContext): manifest = ModuleManifest( id="admin", name="Admin", - version="0.1.5", + version="0.1.6", dependencies=("access",), route_factory=_route_factory, migration_spec=MigrationSpec(module_id="admin", metadata=Base.metadata), diff --git a/webui/package.json b/webui/package.json index 5dbf5cb..44ee4cb 100644 --- a/webui/package.json +++ b/webui/package.json @@ -1,6 +1,6 @@ { "name": "@govoplan/admin-webui", - "version": "0.1.5", + "version": "0.1.6", "private": true, "type": "module", "main": "src/index.ts", @@ -13,7 +13,7 @@ } }, "peerDependencies": { - "@govoplan/core-webui": "^0.1.5", + "@govoplan/core-webui": "^0.1.6", "lucide-react": "^0.555.0", "react": "^19.0.0", "react-dom": "^19.0.0",