Release v0.1.18
Module Package Release / publish-packages (push) Successful in 12s

This commit is contained in:
2026-08-05 21:07:51 +02:00
parent d8224e4676
commit 5608022b3f
4 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -1,3 +1,3 @@
"""GovOPlaN Voting module."""
__version__ = "0.1.17"
__version__ = "0.1.18"
+1 -1
View File
@@ -46,7 +46,7 @@ from govoplan_voting.backend.local_confidential_provider import (
MODULE_ID = "voting"
MODULE_NAME = "Voting"
MODULE_VERSION = "0.1.17"
MODULE_VERSION = "0.1.18"
READ_SCOPE = "voting:ballot:read"
MANAGE_SCOPE = "voting:ballot:manage"
CAST_SCOPE = "voting:ballot:cast"