diff --git a/pyproject.toml b/pyproject.toml index f4f5efe..06cd344 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,13 +4,13 @@ build-backend = "setuptools.build_meta" [project] name = "govoplan-notifications" -version = "0.1.16" +version = "0.1.17" description = "GovOPlaN notification inbox and delivery module." readme = "README.md" requires-python = ">=3.12" authors = [{ name = "GovOPlaN" }] dependencies = [ - "govoplan-core>=0.1.16", + "govoplan-core>=0.1.17", ] [tool.setuptools.packages.find] diff --git a/src/govoplan_notifications/backend/manifest.py b/src/govoplan_notifications/backend/manifest.py index 2ad4dc4..2165084 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.16" +MODULE_VERSION = "0.1.17" 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 1b15a18..60f583e 100644 --- a/webui/package.json +++ b/webui/package.json @@ -1,6 +1,6 @@ { "name": "@govoplan/notifications-webui", - "version": "0.1.16", + "version": "0.1.17", "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.16", + "@govoplan/core-webui": "^0.1.17", "lucide-react": "^1.23.0", "react": ">=19.2.7 <20", "react-dom": ">=19.2.7 <20",