fix(webui): bind report publication to help
Module Package Release / publish-packages (push) Successful in 12s

This commit is contained in:
2026-08-24 11:36:44 +02:00
parent f85e0fe9ad
commit d7e7890291
5 changed files with 7 additions and 5 deletions
+1 -1
View File
@@ -1,3 +1,3 @@
"""GovOPlaN Reporting module."""
__version__ = "0.1.19"
__version__ = "0.1.20"
+1 -1
View File
@@ -83,7 +83,7 @@ from govoplan_reporting.backend.search_source import create_reporting_search_sou
MODULE_ID = "reporting"
MODULE_NAME = "Reporting"
MODULE_VERSION = "0.1.19"
MODULE_VERSION = "0.1.20"
def _permission(scope: str, label: str, description: str) -> PermissionDefinition: