diff options
author | pmikus <peter.mikus@protonmail.ch> | 2022-12-06 12:54:25 +0000 |
---|---|---|
committer | pmikus <peter.mikus@protonmail.ch> | 2022-12-09 10:29:05 +0000 |
commit | 420226fcfd8cab460f632c1401d6012dc353f6fd (patch) | |
tree | bc86706a812ecd6fa497968bc8f17cb92461af6d /resources/libraries/python/Constants.py | |
parent | 5466cc69f18a480dbff7e39d28abbbccf683ba2f (diff) |
feat(model): Reconf type
Signed-off-by: pmikus <peter.mikus@protonmail.ch>
Change-Id: Ibfab25ee82eaa207987f4070cf2386ea9d0781cd
Diffstat (limited to 'resources/libraries/python/Constants.py')
-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 ae1a64d2d2..fa18a5b4a2 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.1.0" + MODEL_VERSION = u"1.2.0" # Global off-switch in case JSON export is large or slow. EXPORT_JSON = get_optimistic_bool_from_env(u"EXPORT_JSON") |