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

This commit is contained in:
2026-08-24 11:36:45 +02:00
parent ee6fbc784f
commit 69416faca9
5 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -1,3 +1,3 @@
"""GovOPlaN Templates module."""
__version__ = "0.1.20"
__version__ = "0.1.21"
+1 -1
View File
@@ -43,7 +43,7 @@ from govoplan_templates.backend.dsar_provider import (
MODULE_ID = "templates"
MODULE_NAME = "Templates"
MODULE_VERSION = "0.1.20"
MODULE_VERSION = "0.1.21"
READ_SCOPE = "templates:template:read"
WRITE_SCOPE = "templates:template:write"