From 382b362a165982218e3c6cc61b721391bb50c6b3 Mon Sep 17 00:00:00 2001 From: Vratko Polak Date: Thu, 19 Oct 2023 11:53:50 +0200 Subject: fix(model): bump schema version for new MLR Change-Id: I35230692241a5f54420ece3340530f6c608828bb Signed-off-by: Vratko Polak --- resources/libraries/python/Constants.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'resources/libraries/python/Constants.py') diff --git a/resources/libraries/python/Constants.py b/resources/libraries/python/Constants.py index a25cd6a30e..01b64c949d 100644 --- a/resources/libraries/python/Constants.py +++ b/resources/libraries/python/Constants.py @@ -120,7 +120,7 @@ class Constants: """Constants used in CSIT.""" # Version for CSIT data model. See docs/model/. - MODEL_VERSION = u"1.4.0" + MODEL_VERSION = u"1.5.1" # Global off-switch in case JSON export is large or slow. EXPORT_JSON = get_optimistic_bool_from_env(u"EXPORT_JSON") -- cgit 1.2.3-korg