From 09205374f9099aa7c01c35d37456b5f5074c8151 Mon Sep 17 00:00:00 2001 From: Albrecht Degering Date: Wed, 5 Aug 2026 21:07:52 +0200 Subject: [PATCH] Release v0.1.18 --- pyproject.toml | 4 ++-- src/govoplan_notifications/backend/manifest.py | 2 +- webui/package.json | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 06cd344..8af6079 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,13 +4,13 @@ build-backend = "setuptools.build_meta" [project] name = "govoplan-notifications" -version = "0.1.17" +version = "0.1.18" description = "GovOPlaN notification inbox and delivery module." readme = "README.md" requires-python = ">=3.12" authors = [{ name = "GovOPlaN" }] dependencies = [ - "govoplan-core>=0.1.17", + "govoplan-core>=0.1.18", ] [tool.setuptools.packages.find] diff --git a/src/govoplan_notifications/backend/manifest.py b/src/govoplan_notifications/backend/manifest.py index 2165084..3ddcb00 100644 --- a/src/govoplan_notifications/backend/manifest.py +++ b/src/govoplan_notifications/backend/manifest.py @@ -24,7 +24,7 @@ from govoplan_notifications.backend.db import models as notification_models # n MODULE_ID = "notifications" MODULE_NAME = "Notifications" -MODULE_VERSION = "0.1.17" +MODULE_VERSION = "0.1.18" READ_SCOPE = "notifications:notification:read" WRITE_SCOPE = "notifications:notification:write" DISPATCH_SCOPE = "notifications:delivery:dispatch" diff --git a/webui/package.json b/webui/package.json index 60f583e..bbcb1c4 100644 --- a/webui/package.json +++ b/webui/package.json @@ -1,6 +1,6 @@ { "name": "@govoplan/notifications-webui", - "version": "0.1.17", + "version": "0.1.18", "private": true, "type": "module", "main": "src/index.ts", @@ -18,7 +18,7 @@ "test:ui-structure": "node scripts/test-notification-page-structure.mjs" }, "peerDependencies": { - "@govoplan/core-webui": "^0.1.17", + "@govoplan/core-webui": "^0.1.18", "lucide-react": "^1.23.0", "react": ">=19.2.7 <20", "react-dom": ">=19.2.7 <20",