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

This commit is contained in:
2026-08-04 15:10:20 +02:00
parent befe8aef82
commit 98a73622ba
4 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -1,3 +1,3 @@
"""GovOPlaN Voting module."""
__version__ = "0.1.14"
__version__ = "0.1.15"
+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.14"
MODULE_VERSION = "0.1.15"
READ_SCOPE = "voting:ballot:read"
MANAGE_SCOPE = "voting:ballot:manage"
CAST_SCOPE = "voting:ballot:cast"