summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorGunnar Mills <gmills@us.ibm.com>2020-06-22 20:44:09 +0300
committerGunnar Mills <gmills@us.ibm.com>2020-06-23 21:54:13 +0300
commit844b41528bf17c42b07bac6a7622bc04dd26576e (patch)
tree886789102e8bcf1baa759bae5b2c7d3d98fbf3e9 /scripts
parentdd99e04b4d4980e4628bbe998b86180606ed405c (diff)
downloadbmcweb-844b41528bf17c42b07bac6a7622bc04dd26576e.tar.xz
Move to 2020.2
Point update_schemas.py at 2020.2 and run the script. An overview of 2020.2 can be found at: https://www.dmtf.org/sites/default/files/Redfish_Release_2020.2_Overview.pdf Tested: Loaded on a Witherspoon and ran the validator. See the new schemas. Change-Id: Idb6cbc58efe484dcffa0cc22deff3a4746af67ed 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 6fd2920368..56f5492f81 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.1"
+VERSION = "DSP8010_2020.2"
SCRIPT_DIR = os.path.dirname(os.path.realpath(__file__))