Release v0.1.15

This commit is contained in:
2026-08-04 15:10:27 +02:00
parent fc8cf4b914
commit b854a979db
4 changed files with 7 additions and 7 deletions
+3 -3
View File
@@ -4,15 +4,15 @@ build-backend = "setuptools.build_meta"
[project] [project]
name = "govoplan-reporting" name = "govoplan-reporting"
version = "0.1.14" version = "0.1.15"
description = "GovOPlaN governed reporting and semantic BI module." description = "GovOPlaN governed reporting and semantic BI module."
readme = "README.md" readme = "README.md"
requires-python = ">=3.12" requires-python = ">=3.12"
license = { text = "AGPL-3.0-or-later" } license = { text = "AGPL-3.0-or-later" }
authors = [{ name = "GovOPlaN" }] authors = [{ name = "GovOPlaN" }]
dependencies = [ dependencies = [
"govoplan-core>=0.1.14", "govoplan-core>=0.1.15",
"govoplan-access>=0.1.8", "govoplan-access>=0.1.15",
] ]
[tool.setuptools.packages.find] [tool.setuptools.packages.find]
+1 -1
View File
@@ -1,3 +1,3 @@
"""GovOPlaN Reporting module.""" """GovOPlaN Reporting module."""
__version__ = "0.1.14" __version__ = "0.1.15"
+1 -1
View File
@@ -77,7 +77,7 @@ from govoplan_reporting.backend.search_source import create_reporting_search_sou
MODULE_ID = "reporting" MODULE_ID = "reporting"
MODULE_NAME = "Reporting" MODULE_NAME = "Reporting"
MODULE_VERSION = "0.1.14" MODULE_VERSION = "0.1.15"
def _permission(scope: str, label: str, description: str) -> PermissionDefinition: def _permission(scope: str, label: str, description: str) -> PermissionDefinition:
+2 -2
View File
@@ -1,6 +1,6 @@
{ {
"name": "@govoplan/reporting-webui", "name": "@govoplan/reporting-webui",
"version": "0.1.14", "version": "0.1.15",
"private": true, "private": true,
"type": "module", "type": "module",
"main": "src/index.ts", "main": "src/index.ts",
@@ -17,7 +17,7 @@
"test:interface-pattern": "node scripts/test-interface-pattern.mjs" "test:interface-pattern": "node scripts/test-interface-pattern.mjs"
}, },
"peerDependencies": { "peerDependencies": {
"@govoplan/core-webui": "^0.1.14", "@govoplan/core-webui": "^0.1.15",
"lucide-react": "^1.23.0", "lucide-react": "^1.23.0",
"react": ">=19.2.7 <20", "react": ">=19.2.7 <20",
"react-dom": ">=19.2.7 <20", "react-dom": ">=19.2.7 <20",