From 6f8a70f864914274d5fbd1e92588b081ad4a644f Mon Sep 17 00:00:00 2001 From: Albrecht Degering Date: Wed, 5 Aug 2026 21:07:52 +0200 Subject: [PATCH] Release v0.1.18 --- 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 35bdf65..033e569 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,13 +4,13 @@ build-backend = "setuptools.build_meta" [project] name = "govoplan-templates" -version = "0.1.17" +version = "0.1.18" description = "GovOPlaN typed template library and deterministic printable rendering." readme = "README.md" requires-python = ">=3.12" authors = [{ name = "GovOPlaN" }] dependencies = [ - "govoplan-core>=0.1.17", + "govoplan-core>=0.1.18", ] [tool.setuptools.packages.find] diff --git a/src/govoplan_templates/__init__.py b/src/govoplan_templates/__init__.py index 91ba1b2..f218ed7 100644 --- a/src/govoplan_templates/__init__.py +++ b/src/govoplan_templates/__init__.py @@ -1,3 +1,3 @@ """GovOPlaN Templates module.""" -__version__ = "0.1.17" +__version__ = "0.1.18" diff --git a/src/govoplan_templates/backend/manifest.py b/src/govoplan_templates/backend/manifest.py index 63746c3..140540b 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.17" +MODULE_VERSION = "0.1.18" READ_SCOPE = "templates:template:read" WRITE_SCOPE = "templates:template:write" diff --git a/webui/package.json b/webui/package.json index fb3595d..d6c2c37 100644 --- a/webui/package.json +++ b/webui/package.json @@ -1,6 +1,6 @@ { "name": "@govoplan/templates-webui", - "version": "0.1.17", + "version": "0.1.18", "private": true, "type": "module", "main": "src/index.ts", @@ -17,7 +17,7 @@ "typecheck": "tsc --noEmit" }, "peerDependencies": { - "@govoplan/core-webui": "^0.1.17", + "@govoplan/core-webui": "^0.1.18", "lucide-react": "^1.23.0", "react": ">=19.2.7 <20", "react-dom": ">=19.2.7 <20",