diff --git a/pyproject.toml b/pyproject.toml index 69bf1b7..915e288 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "govoplan-postbox" -version = "0.1.20" +version = "0.1.21" description = "Function-bound institutional postboxes for GovOPlaN." readme = "README.md" requires-python = ">=3.12" diff --git a/src/govoplan_postbox/__init__.py b/src/govoplan_postbox/__init__.py index b39acf7..fd3d430 100644 --- a/src/govoplan_postbox/__init__.py +++ b/src/govoplan_postbox/__init__.py @@ -1,3 +1,3 @@ """GovOPlaN Postbox module.""" -__version__ = "0.1.20" +__version__ = "0.1.21" diff --git a/src/govoplan_postbox/backend/manifest.py b/src/govoplan_postbox/backend/manifest.py index c4f6c7c..5eb1550 100644 --- a/src/govoplan_postbox/backend/manifest.py +++ b/src/govoplan_postbox/backend/manifest.py @@ -75,7 +75,7 @@ from govoplan_postbox.backend.permissions import ( MODULE_ID = "postbox" MODULE_NAME = "Postbox" -MODULE_VERSION = "0.1.20" +MODULE_VERSION = "0.1.21" def _permission(scope: str, label: str, description: str) -> PermissionDefinition: @@ -725,7 +725,7 @@ manifest = ModuleManifest( "kind": "guide", "help_contexts": [ "postbox.inbox.directory", - "postbox.action.delete-grouping", + "postbox.action.delete-grouping", "postbox.admin.templates", ], "privacy_notes": [ diff --git a/webui/package.json b/webui/package.json index 57e1726..46997ff 100644 --- a/webui/package.json +++ b/webui/package.json @@ -1,6 +1,6 @@ { "name": "@govoplan/postbox-webui", - "version": "0.1.20", + "version": "0.1.21", "private": true, "type": "module", "main": "src/index.ts", diff --git a/webui/src/features/postbox/PostboxAdminPanel.tsx b/webui/src/features/postbox/PostboxAdminPanel.tsx index 0d30e3f..03e0cee 100644 --- a/webui/src/features/postbox/PostboxAdminPanel.tsx +++ b/webui/src/features/postbox/PostboxAdminPanel.tsx @@ -1038,6 +1038,8 @@ function TemplateWorkspace({