Skip to content

Commit

Permalink
1.2.0 versioning
Browse files Browse the repository at this point in the history
Signed-off-by: GitHub Release Workflow <>
  • Loading branch information
GitHub Release Workflow committed Aug 22, 2023
1 parent d40b296 commit 1682b9d
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.2.0] - 2023-08-22
- Added 'forcefolderrename' argument to replace characters that are disallowed in Windows folder names with underscores

## [1.1.9] - 2022-07-08
- Made change to allow for the scheme to be included in the 'rhost' argument

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.9"
tool_version = "1.2.0"

# 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 1682b9d

Please sign in to comment.