From d8224e4676f15db3bf154393578bd34721dbde89 Mon Sep 17 00:00:00 2001 From: Albrecht Degering Date: Wed, 5 Aug 2026 20:34:12 +0200 Subject: [PATCH] Release v0.1.17 --- pyproject.toml | 4 ++-- src/govoplan_voting/__init__.py | 2 +- src/govoplan_voting/backend/manifest.py | 2 +- webui/package.json | 4 ++-- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 6011fa9..fc3779f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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"] diff --git a/src/govoplan_voting/__init__.py b/src/govoplan_voting/__init__.py index 9fd771f..2f67a05 100644 --- a/src/govoplan_voting/__init__.py +++ b/src/govoplan_voting/__init__.py @@ -1,3 +1,3 @@ """GovOPlaN Voting module.""" -__version__ = "0.1.16" +__version__ = "0.1.17" diff --git a/src/govoplan_voting/backend/manifest.py b/src/govoplan_voting/backend/manifest.py index 230ff7b..d30dfbc 100644 --- a/src/govoplan_voting/backend/manifest.py +++ b/src/govoplan_voting/backend/manifest.py @@ -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" diff --git a/webui/package.json b/webui/package.json index eb2dd63..cba822b 100644 --- a/webui/package.json +++ b/webui/package.json @@ -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"