Update Version to 1.4.0

Signed-off-by: Xinyu Zhang <xinyu.zhang@arm.com>
Change-Id: Iea5b7126f7c92b6a3b926e65a8fc828f7221ca83
diff --git a/build_helper/build_helper.py b/build_helper/build_helper.py
index cab1c51..90ea832 100755
--- a/build_helper/build_helper.py
+++ b/build_helper/build_helper.py
@@ -19,7 +19,7 @@
 
 __author__ = "tf-m@lists.trustedfirmware.org"
 __project__ = "Trusted Firmware-M Open CI"
-__version__ = "1.2.0"
+__version__ = "1.4.0"
 
 import os
 import sys
diff --git a/build_helper/build_helper_configs.py b/build_helper/build_helper_configs.py
index 8b69480..f59d457 100755
--- a/build_helper/build_helper_configs.py
+++ b/build_helper/build_helper_configs.py
@@ -17,7 +17,7 @@
 
 __author__ = "tf-m@lists.trustedfirmware.org"
 __project__ = "Trusted Firmware-M Open CI"
-__version__ = "1.2.0"
+__version__ = "1.4.0"
 
 # common parameters for tf-m build system
 # This configuration template will be passed into the tfm-builder module after
diff --git a/fastmodel_dispatcher/AN519.py b/fastmodel_dispatcher/AN519.py
index a80a5d9..12ca14c 100644
--- a/fastmodel_dispatcher/AN519.py
+++ b/fastmodel_dispatcher/AN519.py
@@ -23,7 +23,7 @@
 
 __author__ = "tf-m@lists.trustedfirmware.org"
 __project__ = "Trusted Firmware-M Open CI"
-__version__ = "1.2.0"
+__version__ = "1.4.0"
 
 try:
     from tfm_ci_pylib.fastmodel_wrapper import FastmodelConfigMap
diff --git a/fastmodel_dispatcher/AN521.py b/fastmodel_dispatcher/AN521.py
index 2b4bae9..1e33447 100644
--- a/fastmodel_dispatcher/AN521.py
+++ b/fastmodel_dispatcher/AN521.py
@@ -23,7 +23,7 @@
 
 __author__ = "tf-m@lists.trustedfirmware.org"
 __project__ = "Trusted Firmware-M Open CI"
-__version__ = "1.2.0"
+__version__ = "1.4.0"
 
 try:
     from tfm_ci_pylib.fastmodel_wrapper import FastmodelConfigMap
diff --git a/fastmodel_dispatcher/fastmodel_dispatcher.py b/fastmodel_dispatcher/fastmodel_dispatcher.py
index 0c44d63..1fb9fd8 100644
--- a/fastmodel_dispatcher/fastmodel_dispatcher.py
+++ b/fastmodel_dispatcher/fastmodel_dispatcher.py
@@ -19,7 +19,7 @@
 
 __author__ = "tf-m@lists.trustedfirmware.org"
 __project__ = "Trusted Firmware-M Open CI"
-__version__ = "1.2.0"
+__version__ = "1.4.0"
 
 import os
 import sys
diff --git a/fastmodel_dispatcher/fastmodel_dispatcher_configs.py b/fastmodel_dispatcher/fastmodel_dispatcher_configs.py
index cab888b..599e693 100644
--- a/fastmodel_dispatcher/fastmodel_dispatcher_configs.py
+++ b/fastmodel_dispatcher/fastmodel_dispatcher_configs.py
@@ -21,7 +21,7 @@
 
 __author__ = "tf-m@lists.trustedfirmware.org"
 __project__ = "Trusted Firmware-M Open CI"
-__version__ = "1.2.0"
+__version__ = "1.4.0"
 
 import sys
 from AN521 import AN521
diff --git a/lava_helper/lava_helper.py b/lava_helper/lava_helper.py
index 462c690..e237d59 100755
--- a/lava_helper/lava_helper.py
+++ b/lava_helper/lava_helper.py
@@ -18,7 +18,7 @@
 
 __author__ = "tf-m@lists.trustedfirmware.org"
 __project__ = "Trusted Firmware-M Open CI"
-__version__ = "1.2.0"
+__version__ = "1.4.0"
 
 import os
 import sys
diff --git a/lava_helper/lava_helper_configs.py b/lava_helper/lava_helper_configs.py
index c8aee13..501f7f0 100644
--- a/lava_helper/lava_helper_configs.py
+++ b/lava_helper/lava_helper_configs.py
@@ -17,7 +17,7 @@
 
 __author__ = "tf-m@lists.trustedfirmware.org"
 __project__ = "Trusted Firmware-M Open CI"
-__version__ = "1.2.0"
+__version__ = "1.4.0"
 
 tf_downloads="https://downloads.trustedfirmware.org"
 coverage_trace_plugin=tf_downloads + "/coverage-plugin/qa-tools/coverage-tool/coverage-plugin/coverage_trace.so"
diff --git a/report_parser/report_parser.py b/report_parser/report_parser.py
index 9d67105..876416a 100644
--- a/report_parser/report_parser.py
+++ b/report_parser/report_parser.py
@@ -23,7 +23,7 @@
 
 __author__ = "tf-m@lists.trustedfirmware.org"
 __project__ = "Trusted Firmware-M Open CI"
-__version__ = "1.2.0"
+__version__ = "1.4.0"
 
 
 import os
diff --git a/tfm_ci_pylib/fastmodel_wrapper/config_templates.py b/tfm_ci_pylib/fastmodel_wrapper/config_templates.py
index 760850e..007e2b0 100644
--- a/tfm_ci_pylib/fastmodel_wrapper/config_templates.py
+++ b/tfm_ci_pylib/fastmodel_wrapper/config_templates.py
@@ -19,7 +19,7 @@
 
 __author__ = "tf-m@lists.trustedfirmware.org"
 __project__ = "Trusted Firmware-M Open CI"
-__version__ = "1.2.0"
+__version__ = "1.4.0"
 
 
 # ===================  Template Classes ===================
diff --git a/tfm_ci_pylib/fastmodel_wrapper/fastmodel_config_map.py b/tfm_ci_pylib/fastmodel_wrapper/fastmodel_config_map.py
index 3840195..2ba3d27 100644
--- a/tfm_ci_pylib/fastmodel_wrapper/fastmodel_config_map.py
+++ b/tfm_ci_pylib/fastmodel_wrapper/fastmodel_config_map.py
@@ -23,7 +23,7 @@
 
 __author__ = "tf-m@lists.trustedfirmware.org"
 __project__ = "Trusted Firmware-M Open CI"
-__version__ = "1.2.0"
+__version__ = "1.4.0"
 
 
 class FastmodelConfigMap(object):
diff --git a/tfm_ci_pylib/fastmodel_wrapper/fastmodel_wrapper.py b/tfm_ci_pylib/fastmodel_wrapper/fastmodel_wrapper.py
index 6ace23f..25c1111 100755
--- a/tfm_ci_pylib/fastmodel_wrapper/fastmodel_wrapper.py
+++ b/tfm_ci_pylib/fastmodel_wrapper/fastmodel_wrapper.py
@@ -21,7 +21,7 @@
 
 __author__ = "tf-m@lists.trustedfirmware.org"
 __project__ = "Trusted Firmware-M Open CI"
-__version__ = "1.2.0"
+__version__ = "1.4.0"
 
 import os
 import re
diff --git a/tfm_ci_pylib/fastmodel_wrapper/fastmodel_wrapper_config.py b/tfm_ci_pylib/fastmodel_wrapper/fastmodel_wrapper_config.py
index d70f779..89fcd0d 100644
--- a/tfm_ci_pylib/fastmodel_wrapper/fastmodel_wrapper_config.py
+++ b/tfm_ci_pylib/fastmodel_wrapper/fastmodel_wrapper_config.py
@@ -24,7 +24,7 @@
 
 __author__ = "tf-m@lists.trustedfirmware.org"
 __project__ = "Trusted Firmware-M Open CI"
-__version__ = "1.2.0"
+__version__ = "1.4.0"
 
 
 try:
diff --git a/tfm_ci_pylib/lava_rpc_connector.py b/tfm_ci_pylib/lava_rpc_connector.py
index c5b3a48..7de3d8a 100644
--- a/tfm_ci_pylib/lava_rpc_connector.py
+++ b/tfm_ci_pylib/lava_rpc_connector.py
@@ -18,7 +18,7 @@
 
 __author__ = "tf-m@lists.trustedfirmware.org"
 __project__ = "Trusted Firmware-M Open CI"
-__version__ = "1.2.0"
+__version__ = "1.4.0"
 
 import xmlrpc.client
 import time
diff --git a/tfm_ci_pylib/structured_task.py b/tfm_ci_pylib/structured_task.py
index c9b7446..5e44481 100644
--- a/tfm_ci_pylib/structured_task.py
+++ b/tfm_ci_pylib/structured_task.py
@@ -18,7 +18,7 @@
 
 __author__ = "tf-m@lists.trustedfirmware.org"
 __project__ = "Trusted Firmware-M Open CI"
-__version__ = "1.2.0"
+__version__ = "1.4.0"
 
 import abc
 import time
diff --git a/tfm_ci_pylib/tfm_build_manager.py b/tfm_ci_pylib/tfm_build_manager.py
index 5905ec8..b450a89 100644
--- a/tfm_ci_pylib/tfm_build_manager.py
+++ b/tfm_ci_pylib/tfm_build_manager.py
@@ -17,7 +17,7 @@
 
 __author__ = "tf-m@lists.trustedfirmware.org"
 __project__ = "Trusted Firmware-M Open CI"
-__version__ = "1.2.0"
+__version__ = "1.4.0"
 
 import os
 import sys
diff --git a/tfm_ci_pylib/tfm_builder.py b/tfm_ci_pylib/tfm_builder.py
index 7ba9846..9ca6c59 100644
--- a/tfm_ci_pylib/tfm_builder.py
+++ b/tfm_ci_pylib/tfm_builder.py
@@ -17,7 +17,7 @@
 
 __author__ = "tf-m@lists.trustedfirmware.org"
 __project__ = "Trusted Firmware-M Open CI"
-__version__ = "1.2.0"
+__version__ = "1.4.0"
 
 import os
 import re
diff --git a/tfm_ci_pylib/utils.py b/tfm_ci_pylib/utils.py
index cb5ee9a..66359a6 100755
--- a/tfm_ci_pylib/utils.py
+++ b/tfm_ci_pylib/utils.py
@@ -18,7 +18,7 @@
 
 __author__ = "tf-m@lists.trustedfirmware.org"
 __project__ = "Trusted Firmware-M Open CI"
-__version__ = "1.2.0"
+__version__ = "1.4.0"
 
 import os
 import re