From 13c435771f76bc7fb1964de461df1a007a234b4c Mon Sep 17 00:00:00 2001 From: GitHub Release Workflow <> Date: Fri, 13 May 2022 01:16:54 +0000 Subject: [PATCH] 1.1.4 versioning Signed-off-by: GitHub Release Workflow <> --- CHANGELOG.md | 2 ++ redfishMockupCreate.py | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0f39ebf..e01f1e0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,7 @@ # Change Log +## [1.1.4] - 2022-05-13 +- Add '@Redfish.ActionInfo' as a search item when crawling the service ## [1.1.3] - 2022-02-05 - Added detection for Windows to rename directories to not use characters that conflict with folder name limitations diff --git a/redfishMockupCreate.py b/redfishMockupCreate.py index c26fd84..64c581a 100644 --- a/redfishMockupCreate.py +++ b/redfishMockupCreate.py @@ -24,7 +24,7 @@ from redfish import redfish_logger # Version info -tool_version = "1.1.3" +tool_version = "1.1.4" # For Windows, there are restricted characters in folder names that could be used in URIs disallowed_folder_characters_win = [ ":", "*", "?", "\"", "<", ">", "|" ]