System information:
- MLRun: {{ data.mlrun }} (client)/{{ data.mlrun_server }} (server), MLRun change log
- Python: {{ data.python }}
+ MLRun: {{ data.mlrun }} (client)/{{ data.mlrun_server }} (server), Change log, Issues, Limitations
QGate: {{ data.version }} (version)/{{ data.model_version }} (model)
+ Python: {{ data.python }}
System: {{ data.system }}
Platform: {{ data.platform }}
diff --git a/qgate_sln_mlrun/templates/qgt-mlrun.txt b/qgate_sln_mlrun/templates/qgt-mlrun.txt
index c66af062..1cca43bd 100644
--- a/qgate_sln_mlrun/templates/qgt-mlrun.txt
+++ b/qgate_sln_mlrun/templates/qgt-mlrun.txt
@@ -7,8 +7,8 @@ Summary, test scenarios: {{ data.summary.count_testcases }} [TOTAL] ({{ data.sum
{% if testcase.state == 'DONE' %}{{ testcase.state }} {% else %}{{ testcase.state }} {% endif %}... {{ testcase.name }}{% if testcase.detail is not none %}: {{ testcase.detail }}{% endif %}{% endfor %}{% endfor %}
# -----------------------
# MLRun: {{ data.mlrun }} (client)/{{ data.mlrun_server }} (server), see https://docs.mlrun.org/en/latest/change-log/index.html
-# Python: {{ data.python }}
# QGate: {{ data.version }} (version)/{{ data.model_version }} (model)
+# Python: {{ data.python }}
# System: {{ data.system }}
# Platform: {{ data.platform }}
# ----------------------- {% for variable in data.variables %}
diff --git a/qgate_sln_mlrun/version.py b/qgate_sln_mlrun/version.py
index 6db6df12..9b9b77cd 100644
--- a/qgate_sln_mlrun/version.py
+++ b/qgate_sln_mlrun/version.py
@@ -1,3 +1,3 @@
# Store the version here so:
-__version__ = '0.2.0'
\ No newline at end of file
+__version__ = '0.2.1'
\ No newline at end of file