Release v0.1.15

This commit is contained in:
2026-08-04 15:10:27 +02:00
parent 873be94059
commit 95f04dd60c
4 changed files with 6 additions and 6 deletions
+2 -2
View File
@@ -4,13 +4,13 @@ build-backend = "setuptools.build_meta"
[project]
name = "govoplan-postbox"
version = "0.1.2"
version = "0.1.15"
description = "Function-bound institutional postboxes for GovOPlaN."
readme = "README.md"
requires-python = ">=3.12"
license = "AGPL-3.0-or-later"
authors = [{ name = "GovOPlaN" }]
dependencies = ["govoplan-core>=0.1.14"]
dependencies = ["govoplan-core>=0.1.15"]
[tool.setuptools.packages.find]
where = ["src"]
+1 -1
View File
@@ -1,3 +1,3 @@
"""GovOPlaN Postbox module."""
__version__ = "0.1.0"
__version__ = "0.1.15"
+1 -1
View File
@@ -53,7 +53,7 @@ from govoplan_postbox.backend.search_source import create_postbox_search_source
MODULE_ID = "postbox"
MODULE_NAME = "Postbox"
MODULE_VERSION = "0.1.2"
MODULE_VERSION = "0.1.15"
READ_SCOPE = "postbox:postbox:read"
SEND_SCOPE = "postbox:message:write"
+2 -2
View File
@@ -1,6 +1,6 @@
{
"name": "@govoplan/postbox-webui",
"version": "0.1.2",
"version": "0.1.15",
"private": true,
"type": "module",
"main": "src/index.ts",
@@ -18,7 +18,7 @@
"test:interface-patterns": "node scripts/test-interface-pattern-language.mjs"
},
"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",