From dd14330fafc16d79f9a2e5e465a75b1ee546e3f2 Mon Sep 17 00:00:00 2001 From: Mike Raineri Date: Fri, 5 Oct 2018 16:17:51 -0400 Subject: [PATCH] 1.2.1 Versioning --- CHANGELOG.md | 3 +++ RedfishServiceValidator.py | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d50de1d..238bc03 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,8 @@ # Change Log +## [1.2.1] - 2018-10-04 +- Made fix to send traceback to debug logging only, not to HTML report + ## [1.2.0] - 2018-09-21 - Added option to enable/disable protocol version checking - Various cleanup to error messages diff --git a/RedfishServiceValidator.py b/RedfishServiceValidator.py index 59e3f7e..08fb798 100644 --- a/RedfishServiceValidator.py +++ b/RedfishServiceValidator.py @@ -21,7 +21,7 @@ from metadata import setup_schema_pack -tool_version = '1.2.0' +tool_version = '1.2.1' rsvLogger = rst.getLogger()