Release v0.1.18
Module Package Release / publish-packages (push) Successful in 12s

This commit is contained in:
2026-08-05 21:07:52 +02:00
parent 323963c49d
commit f930a6cff0
4 changed files with 7 additions and 7 deletions
+1 -1
View File
@@ -1,3 +1,3 @@
"""GovOPlaN Reporting module."""
__version__ = "0.1.17"
__version__ = "0.1.18"
+1 -1
View File
@@ -77,7 +77,7 @@ from govoplan_reporting.backend.search_source import create_reporting_search_sou
MODULE_ID = "reporting"
MODULE_NAME = "Reporting"
MODULE_VERSION = "0.1.17"
MODULE_VERSION = "0.1.18"
def _permission(scope: str, label: str, description: str) -> PermissionDefinition: