Release v0.1.17
Module Package Release / publish-packages (push) Successful in 11s

This commit is contained in:
2026-08-05 20:34:13 +02:00
parent a6815a4a0a
commit ae3bbfa34e
4 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -1,3 +1,3 @@
"""GovOPlaN Postbox module."""
__version__ = "0.1.16"
__version__ = "0.1.17"
+1 -1
View File
@@ -53,7 +53,7 @@ from govoplan_postbox.backend.search_source import create_postbox_search_source
MODULE_ID = "postbox"
MODULE_NAME = "Postbox"
MODULE_VERSION = "0.1.16"
MODULE_VERSION = "0.1.17"
READ_SCOPE = "postbox:postbox:read"
SEND_SCOPE = "postbox:message:write"