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

This commit is contained in:
2026-08-05 20:34:12 +02:00
parent bf248d172d
commit d8224e4676
4 changed files with 6 additions and 6 deletions
+2 -2
View File
@@ -4,12 +4,12 @@ build-backend = "setuptools.build_meta"
[project]
name = "govoplan-voting"
version = "0.1.16"
version = "0.1.17"
description = "Governed voting, ballot assurance, tally, and certification for GovOPlaN."
readme = "README.md"
requires-python = ">=3.12"
authors = [{ name = "GovOPlaN" }]
dependencies = ["govoplan-core>=0.1.16", "govoplan-access>=0.1.16"]
dependencies = ["govoplan-core>=0.1.17", "govoplan-access>=0.1.17"]
[tool.setuptools.packages.find]
where = ["src"]
+1 -1
View File
@@ -1,3 +1,3 @@
"""GovOPlaN Voting module."""
__version__ = "0.1.16"
__version__ = "0.1.17"
+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.16"
MODULE_VERSION = "0.1.17"
READ_SCOPE = "voting:ballot:read"
MANAGE_SCOPE = "voting:ballot:manage"
CAST_SCOPE = "voting:ballot:cast"
+2 -2
View File
@@ -1,6 +1,6 @@
{
"name": "@govoplan/voting-webui",
"version": "0.1.16",
"version": "0.1.17",
"private": true,
"type": "module",
"main": "src/index.ts",
@@ -14,7 +14,7 @@
"./styles/voting.css": "./src/styles/voting.css"
},
"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"