From 844b41528bf17c42b07bac6a7622bc04dd26576e Mon Sep 17 00:00:00 2001 From: Gunnar Mills Date: Mon, 22 Jun 2020 12:44:09 -0500 Subject: 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 --- scripts/update_schemas.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts') 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__)) -- cgit v1.2.3