From 95a443f35934dc8359b5ef75ed77044a064f3bb8 Mon Sep 17 00:00:00 2001 From: Albrecht Degering Date: Tue, 4 Aug 2026 15:10:28 +0200 Subject: [PATCH] Release v0.1.15 --- 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 ff3a004..e7a26e9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,13 +4,13 @@ build-backend = "setuptools.build_meta" [project] name = "govoplan-templates" -version = "0.1.14" +version = "0.1.15" description = "GovOPlaN typed template library and deterministic printable rendering." readme = "README.md" requires-python = ">=3.12" authors = [{ name = "GovOPlaN" }] dependencies = [ - "govoplan-core>=0.1.14", + "govoplan-core>=0.1.15", ] [tool.setuptools.packages.find] diff --git a/src/govoplan_templates/__init__.py b/src/govoplan_templates/__init__.py index 077a55e..0087080 100644 --- a/src/govoplan_templates/__init__.py +++ b/src/govoplan_templates/__init__.py @@ -1,3 +1,3 @@ """GovOPlaN Templates module.""" -__version__ = "0.1.14" +__version__ = "0.1.15" diff --git a/src/govoplan_templates/backend/manifest.py b/src/govoplan_templates/backend/manifest.py index 92811a0..6e1d342 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.14" +MODULE_VERSION = "0.1.15" READ_SCOPE = "templates:template:read" WRITE_SCOPE = "templates:template:write" diff --git a/webui/package.json b/webui/package.json index 55ce5c2..a7ddcff 100644 --- a/webui/package.json +++ b/webui/package.json @@ -1,6 +1,6 @@ { "name": "@govoplan/templates-webui", - "version": "0.1.14", + "version": "0.1.15", "private": true, "type": "module", "main": "src/index.ts", @@ -17,7 +17,7 @@ "typecheck": "tsc --noEmit" }, "peerDependencies": { - "@govoplan/core-webui": "^0.1.14", + "@govoplan/core-webui": "^0.1.15", "lucide-react": "^1.23.0", "react": ">=19.2.7 <20", "react-dom": ">=19.2.7 <20",