Release v0.1.17

This commit is contained in:
2026-08-05 20:34:07 +02:00
parent f65cb36324
commit 87508752ef
3 changed files with 4 additions and 4 deletions
+2 -2
View File
@@ -4,12 +4,12 @@ build-backend = "setuptools.build_meta"
[project] [project]
name = "govoplan-parties" name = "govoplan-parties"
version = "0.1.16" version = "0.1.17"
description = "Procedure-local party and representation lifecycle for GovOPlaN." description = "Procedure-local party and representation lifecycle 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.16"] dependencies = ["govoplan-core>=0.1.17"]
[tool.setuptools.packages.find] [tool.setuptools.packages.find]
where = ["src"] where = ["src"]
+1 -1
View File
@@ -1,3 +1,3 @@
"""GovOPlaN Parties module.""" """GovOPlaN Parties module."""
__version__ = "0.1.16" __version__ = "0.1.17"
+1 -1
View File
@@ -13,7 +13,7 @@ from govoplan_parties.backend.service import SqlPartyResolver
MODULE_ID = "parties" MODULE_ID = "parties"
MODULE_NAME = "Parties" MODULE_NAME = "Parties"
MODULE_VERSION = "0.1.16" MODULE_VERSION = "0.1.17"
READ_SCOPE = "parties:procedure:read" READ_SCOPE = "parties:procedure:read"
WRITE_SCOPE = "parties:procedure:write" WRITE_SCOPE = "parties:procedure:write"
ADMIN_SCOPE = "parties:procedure:admin" ADMIN_SCOPE = "parties:procedure:admin"