Skip to content

Commit 327726d

Browse files
committed
1.1.3 versioning
1 parent 82929a8 commit 327726d

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# Change Log
22

3+
## [1.1.3] - 2022-02-05
4+
- Added detection for Windows to rename directories to not use characters that conflict with folder name limitations
5+
36
## [1.1.2] - 2021-09-17
47
- Added --trace option to provide Redfish operation tracing between the tool and the service in the output directory
58
- Added --maxlogentries option to limit the number of log entries obtained from each log service discovered

redfishMockupCreate.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
from redfish import redfish_logger
2525

2626
# Version info
27-
tool_version = "1.1.2"
27+
tool_version = "1.1.3"
2828

2929
# For Windows, there are restricted characters in folder names that could be used in URIs
3030
disallowed_folder_characters_win = [ ":", "*", "?", "\"", "<", ">", "|" ]

0 commit comments

Comments
 (0)