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

This commit is contained in:
2026-08-05 19:52:32 +02:00
parent 3442b5fa4e
commit 101dc3814c
5 changed files with 8 additions and 8 deletions
+1 -1
View File
@@ -1,3 +1,3 @@
"""GovOPlaN search module."""
__version__ = "0.1.15"
__version__ = "0.1.16"
+1 -1
View File
@@ -34,7 +34,7 @@ from govoplan_search.backend.db import models as search_models
MODULE_ID = "search"
MODULE_NAME = "Search"
MODULE_VERSION = "0.1.15"
MODULE_VERSION = "0.1.16"
READ_SCOPE = "search:result:read"
INDEX_SCOPE = "search:index:write"
ADMIN_SCOPE = "search:index:admin"