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

This commit is contained in:
2026-08-05 19:52:24 +02:00
parent 98a73622ba
commit bf248d172d
4 changed files with 6 additions and 6 deletions
+2 -2
View File
@@ -4,12 +4,12 @@ build-backend = "setuptools.build_meta"
[project] [project]
name = "govoplan-voting" name = "govoplan-voting"
version = "0.1.15" version = "0.1.16"
description = "Governed voting, ballot assurance, tally, and certification for GovOPlaN." description = "Governed voting, ballot assurance, tally, and certification for GovOPlaN."
readme = "README.md" readme = "README.md"
requires-python = ">=3.12" requires-python = ">=3.12"
authors = [{ name = "GovOPlaN" }] authors = [{ name = "GovOPlaN" }]
dependencies = ["govoplan-core>=0.1.15", "govoplan-access>=0.1.15"] dependencies = ["govoplan-core>=0.1.16", "govoplan-access>=0.1.16"]
[tool.setuptools.packages.find] [tool.setuptools.packages.find]
where = ["src"] where = ["src"]
+1 -1
View File
@@ -1,3 +1,3 @@
"""GovOPlaN Voting module.""" """GovOPlaN Voting module."""
__version__ = "0.1.15" __version__ = "0.1.16"
+1 -1
View File
@@ -46,7 +46,7 @@ from govoplan_voting.backend.local_confidential_provider import (
MODULE_ID = "voting" MODULE_ID = "voting"
MODULE_NAME = "Voting" MODULE_NAME = "Voting"
MODULE_VERSION = "0.1.15" MODULE_VERSION = "0.1.16"
READ_SCOPE = "voting:ballot:read" READ_SCOPE = "voting:ballot:read"
MANAGE_SCOPE = "voting:ballot:manage" MANAGE_SCOPE = "voting:ballot:manage"
CAST_SCOPE = "voting:ballot:cast" CAST_SCOPE = "voting:ballot:cast"
+2 -2
View File
@@ -1,6 +1,6 @@
{ {
"name": "@govoplan/voting-webui", "name": "@govoplan/voting-webui",
"version": "0.1.15", "version": "0.1.16",
"private": true, "private": true,
"type": "module", "type": "module",
"main": "src/index.ts", "main": "src/index.ts",
@@ -14,7 +14,7 @@
"./styles/voting.css": "./src/styles/voting.css" "./styles/voting.css": "./src/styles/voting.css"
}, },
"peerDependencies": { "peerDependencies": {
"@govoplan/core-webui": "^0.1.15", "@govoplan/core-webui": "^0.1.16",
"lucide-react": "^1.23.0", "lucide-react": "^1.23.0",
"react": ">=19.2.7 <20", "react": ">=19.2.7 <20",
"react-dom": ">=19.2.7 <20" "react-dom": ">=19.2.7 <20"