summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorGunnar Mills <gmills@us.ibm.com>2021-01-21 01:28:41 +0300
committerGunnar Mills <gmills@us.ibm.com>2021-01-25 20:33:36 +0300
commit262d7d4ba6b43ede7edde97765f7d710f29c862f (patch)
tree6657af0a506e77fa08bbb9d8d8678c130209efe2 /scripts
parentd7a596bd7e449cdbfb92e961cc7049f80775e61f (diff)
downloadbmcweb-262d7d4ba6b43ede7edde97765f7d710f29c862f.tar.xz
Move to 2020.4
2020.4 contains a lot of new schemas. New feature include: new power and thermal schemas, conditions, and new account types. For more information, see: https://www.dmtf.org/sites/default/files/Redfish_Release_2020.4_Overview.pdf Tested: Validator passes. Able to see new schemas. Change-Id: I7fb860c84fa4cff80698dcb26a463b155e6faba7 Signed-off-by: Gunnar Mills <gmills@us.ibm.com>
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/update_schemas.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/update_schemas.py b/scripts/update_schemas.py
index 517fd92904..43d563afd2 100755
--- a/scripts/update_schemas.py
+++ b/scripts/update_schemas.py
@@ -12,7 +12,7 @@ import glob
import xml.etree.ElementTree as ET
-VERSION = "DSP8010_2020.3"
+VERSION = "DSP8010_2020.4"
SCRIPT_DIR = os.path.dirname(os.path.realpath(__file__))