diff --git a/CHANGELOG.md b/CHANGELOG.md index 8aada75..de3d23d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,8 @@ # Change Log +## [1.1.8] - 2022-05-13 +- Version change only + ## [1.1.6] - 2022-05-13 - Version update only ## [1.1.4] - 2022-05-13 diff --git a/redfishMockupCreate.py b/redfishMockupCreate.py index 4b705c1..8125c5b 100644 --- a/redfishMockupCreate.py +++ b/redfishMockupCreate.py @@ -24,7 +24,7 @@ from redfish import redfish_logger # Version info -tool_version = "1.1.6" +tool_version = "1.1.8" # For Windows, there are restricted characters in folder names that could be used in URIs disallowed_folder_characters_win = [ ":", "*", "?", "\"", "<", ">", "|" ]