From 758502fa1c9b26645bbef629ffd551c84e762054 Mon Sep 17 00:00:00 2001 From: GitHub Release Workflow <> Date: Fri, 8 Jul 2022 19:52:56 +0000 Subject: [PATCH] 1.1.9 versioning Signed-off-by: GitHub Release Workflow <> --- CHANGELOG.md | 3 +++ redfishMockupCreate.py | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5af977f..ff207ff 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,8 @@ # Change Log +## [1.1.9] - 2022-07-08 +- Made change to allow for the scheme to be included in the 'rhost' argument + ## [1.1.8] - 2022-05-13 - Version change only diff --git a/redfishMockupCreate.py b/redfishMockupCreate.py index b5bfca0..2066d4e 100644 --- a/redfishMockupCreate.py +++ b/redfishMockupCreate.py @@ -24,7 +24,7 @@ from redfish import redfish_logger # Version info -tool_version = "1.1.8" +tool_version = "1.1.9" # For Windows, there are restricted characters in folder names that could be used in URIs disallowed_folder_characters_win = [ ":", "*", "?", "\"", "<", ">", "|" ]