X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=resources%2Flibraries%2Fpython%2FConstants.py;fp=resources%2Flibraries%2Fpython%2FConstants.py;h=01e3a0154ad14e734f67dff0e22570518c2abf44;hb=28dc464d05d62c22ec6b3dee01fafffcd0ab754d;hp=4cf66813244732529382404e96b43c26af7b790e;hpb=377201a59d9ebe7fae4a78da09ba25f19967b32e;p=csit.git diff --git a/resources/libraries/python/Constants.py b/resources/libraries/python/Constants.py index 4cf6681324..01e3a0154a 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.3.0" + MODEL_VERSION = u"1.4.0" # Global off-switch in case JSON export is large or slow. EXPORT_JSON = get_optimistic_bool_from_env(u"EXPORT_JSON")