diff options
author | Vratko Polak <vrpolak@cisco.com> | 2023-10-19 11:53:50 +0200 |
---|---|---|
committer | Vratko Polak <vrpolak@cisco.com> | 2023-10-19 11:53:50 +0200 |
commit | 382b362a165982218e3c6cc61b721391bb50c6b3 (patch) | |
tree | e040215a23d8bb175886cfac845ab9da9e62a5b6 /resources/libraries/python | |
parent | 7a27faf661cf54a84ef4ee0984e12879a223ce32 (diff) |
fix(model): bump schema version for new MLR
Change-Id: I35230692241a5f54420ece3340530f6c608828bb
Signed-off-by: Vratko Polak <vrpolak@cisco.com>
Diffstat (limited to 'resources/libraries/python')
-rw-r--r-- | resources/libraries/python/Constants.py | 2 |
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") |