From 8245ae3396e536a961e18fe0a6ac5fca6bef5a98 Mon Sep 17 00:00:00 2001 From: Albrecht Degering Date: Sat, 11 Jul 2026 02:34:57 +0200 Subject: [PATCH] Release v0.1.7 --- package.json | 5 +++-- pyproject.toml | 6 +++--- src/govoplan_grants/backend/manifest.py | 2 +- 3 files changed, 7 insertions(+), 6 deletions(-) diff --git a/package.json b/package.json index eb4e4af..eac9677 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,8 @@ { "name": "@govoplan/grants", - "version": "0.1.6", + "version": "0.1.7", "private": true, "description": "GovOPlaN Grants platform module seed.", - "type": "module" + "type": "module", + "peerDependencies": {} } diff --git a/pyproject.toml b/pyproject.toml index f9afec4..e4b9849 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,15 +4,15 @@ build-backend = "setuptools.build_meta" [project] name = "govoplan-grants" -version = "0.1.6" +version = "0.1.7" description = "GovOPlaN Grants platform module seed." readme = "README.md" requires-python = ">=3.12" license = { file = "LICENSE" } authors = [{ name = "GovOPlaN" }] dependencies = [ - "govoplan-core>=0.1.6", - "govoplan-access>=0.1.6", + "govoplan-core>=0.1.7", + "govoplan-access>=0.1.7", ] [tool.setuptools.packages.find] diff --git a/src/govoplan_grants/backend/manifest.py b/src/govoplan_grants/backend/manifest.py index 369139f..3c02614 100644 --- a/src/govoplan_grants/backend/manifest.py +++ b/src/govoplan_grants/backend/manifest.py @@ -5,7 +5,7 @@ from govoplan_core.core.modules import DocumentationLink, DocumentationTopic, Mo MODULE_ID = "grants" MODULE_NAME = "Grants" -MODULE_VERSION = "0.1.6" +MODULE_VERSION = "0.1.7" READ_SCOPE = "grants:workspace:read" WRITE_SCOPE = "grants:workspace:write" ADMIN_SCOPE = "grants:workspace:admin"