X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=resources%2Flibraries%2Fpython%2FConstants.py;h=01b64c949dff77db2f400dbe5577d9ab5e53d290;hb=382b362a165982218e3c6cc61b721391bb50c6b3;hp=a25cd6a30ea88d8e03b3a0d42ad2ab77dbc607a2;hpb=c3ce59c652caaee06b3090f387f8826c15102703;p=csit.git 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")