X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=resources%2Flibraries%2Fpython%2FConstants.py;h=ae1a64d2d22f52426176fc770c6b0d25d7f77a15;hb=bfbdfaedb044b7643b81f47e76285baedfee9e25;hp=e91cf6c71359f8f8014fbf20584012d2c38d769d;hpb=3887ba9733c250e327e9dc1c93b9d87e1bc7e749;p=csit.git diff --git a/resources/libraries/python/Constants.py b/resources/libraries/python/Constants.py index e91cf6c713..ae1a64d2d2 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.0.1" + MODEL_VERSION = u"1.1.0" # Global off-switch in case JSON export is large or slow. EXPORT_JSON = get_optimistic_bool_from_env(u"EXPORT_JSON")