From 843540b14d31d18b09b47a25168786d51a28ad18 Mon Sep 17 00:00:00 2001 From: Albrecht Degering Date: Wed, 5 Aug 2026 19:52:29 +0200 Subject: [PATCH] Release v0.1.16 --- 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 06bd2de..f4f5efe 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,13 +4,13 @@ build-backend = "setuptools.build_meta" [project] name = "govoplan-notifications" -version = "0.1.15" +version = "0.1.16" description = "GovOPlaN notification inbox and delivery module." readme = "README.md" requires-python = ">=3.12" authors = [{ name = "GovOPlaN" }] dependencies = [ - "govoplan-core>=0.1.15", + "govoplan-core>=0.1.16", ] [tool.setuptools.packages.find] diff --git a/src/govoplan_notifications/backend/manifest.py b/src/govoplan_notifications/backend/manifest.py index 599ed28..2ad4dc4 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.15" +MODULE_VERSION = "0.1.16" 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 b4b5c35..1b15a18 100644 --- a/webui/package.json +++ b/webui/package.json @@ -1,6 +1,6 @@ { "name": "@govoplan/notifications-webui", - "version": "0.1.15", + "version": "0.1.16", "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.15", + "@govoplan/core-webui": "^0.1.16", "lucide-react": "^1.23.0", "react": ">=19.2.7 <20", "react-dom": ">=19.2.7 <20",