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

This commit is contained in:
2026-08-05 19:52:00 +02:00
parent f930d6738a
commit 62cdba2c5e
4 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -1,3 +1,3 @@
from __future__ import annotations
__version__ = "0.1.15"
__version__ = "0.1.16"
+1 -1
View File
@@ -50,7 +50,7 @@ from govoplan_dataflow.backend.db import models as dataflow_models
MODULE_ID = "dataflow"
MODULE_NAME = "Dataflow"
MODULE_VERSION = "0.1.15"
MODULE_VERSION = "0.1.16"
READ_SCOPE = "dataflow:pipeline:read"
WRITE_SCOPE = "dataflow:pipeline:write"