Skip to content

Commit

Permalink
1.1.3 versioning
Browse files Browse the repository at this point in the history
  • Loading branch information
mraineri committed Feb 5, 2022
1 parent 82929a8 commit 327726d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Change Log

## [1.1.3] - 2022-02-05
- Added detection for Windows to rename directories to not use characters that conflict with folder name limitations

## [1.1.2] - 2021-09-17
- Added --trace option to provide Redfish operation tracing between the tool and the service in the output directory
- Added --maxlogentries option to limit the number of log entries obtained from each log service discovered
Expand Down
2 changes: 1 addition & 1 deletion redfishMockupCreate.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
from redfish import redfish_logger

# Version info
tool_version = "1.1.2"
tool_version = "1.1.3"

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

0 comments on commit 327726d

Please sign in to comment.