From 378ad9ec83c2ce928e713d72273326651876b99e Mon Sep 17 00:00:00 2001 From: Albrecht Degering Date: Wed, 5 Aug 2026 20:34:17 +0200 Subject: [PATCH] Release v0.1.17 --- pyproject.toml | 4 ++-- src/govoplan_templates/__init__.py | 2 +- src/govoplan_templates/backend/manifest.py | 2 +- webui/package.json | 4 ++-- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 7e79b47..35bdf65 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,13 +4,13 @@ build-backend = "setuptools.build_meta" [project] name = "govoplan-templates" -version = "0.1.16" +version = "0.1.17" description = "GovOPlaN typed template library and deterministic printable rendering." readme = "README.md" requires-python = ">=3.12" authors = [{ name = "GovOPlaN" }] dependencies = [ - "govoplan-core>=0.1.16", + "govoplan-core>=0.1.17", ] [tool.setuptools.packages.find] diff --git a/src/govoplan_templates/__init__.py b/src/govoplan_templates/__init__.py index fc95f08..91ba1b2 100644 --- a/src/govoplan_templates/__init__.py +++ b/src/govoplan_templates/__init__.py @@ -1,3 +1,3 @@ """GovOPlaN Templates module.""" -__version__ = "0.1.16" +__version__ = "0.1.17" diff --git a/src/govoplan_templates/backend/manifest.py b/src/govoplan_templates/backend/manifest.py index ebd6ff7..63746c3 100644 --- a/src/govoplan_templates/backend/manifest.py +++ b/src/govoplan_templates/backend/manifest.py @@ -32,7 +32,7 @@ from govoplan_templates.backend.db import models as template_models MODULE_ID = "templates" MODULE_NAME = "Templates" -MODULE_VERSION = "0.1.16" +MODULE_VERSION = "0.1.17" READ_SCOPE = "templates:template:read" WRITE_SCOPE = "templates:template:write" diff --git a/webui/package.json b/webui/package.json index 5fca5ea..fb3595d 100644 --- a/webui/package.json +++ b/webui/package.json @@ -1,6 +1,6 @@ { "name": "@govoplan/templates-webui", - "version": "0.1.16", + "version": "0.1.17", "private": true, "type": "module", "main": "src/index.ts", @@ -17,7 +17,7 @@ "typecheck": "tsc --noEmit" }, "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",