aboutsummaryrefslogtreecommitdiffstats
path: root/resources/libraries/python/Constants.py
diff options
context:
space:
mode:
authorVratko Polak <vrpolak@cisco.com>2023-10-19 11:53:50 +0200
committerVratko Polak <vrpolak@cisco.com>2023-10-19 10:20:37 +0000
commit9fce8f00642247daba7b8fd132f1fa8913738536 (patch)
tree91a46242d76f3d8fe16aa0964c2c9db24ffb8878 /resources/libraries/python/Constants.py
parent377412dfd433b993876025bc8af8df8a7ee01133 (diff)
fix(model): bump schema version for new MLR
Change-Id: I35230692241a5f54420ece3340530f6c608828bb Signed-off-by: Vratko Polak <vrpolak@cisco.com> (cherry picked from commit 382b362a165982218e3c6cc61b721391bb50c6b3)
Diffstat (limited to 'resources/libraries/python/Constants.py')
-rw-r--r--resources/libraries/python/Constants.py2
1 files changed, 1 insertions, 1 deletions
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")