Skip to content

Commit

Permalink
1.0.7 versioning
Browse files Browse the repository at this point in the history
  • Loading branch information
mraineri committed Oct 30, 2020
1 parent c213a2a commit 81b7d0c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Change Log

## [1.0.7] - 2020-10-30
- Made enhancement to skip resources not containing `@odata.id` instead of crashing
- Removed password from readme file generation

## [1.0.6] - 2020-10-19
- Made enhancements to be able to create a mockup of a server with a malformed `/redfish` resource

Expand Down
4 changes: 2 additions & 2 deletions redfishMockupCreate.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@
from urllib.parse import urljoin, urlparse, urlunparse
import xml.etree.ElementTree as ET

tool_version = "1.0.6"
tool_date = "10/19/2020"
tool_version = "1.0.7"
tool_date = "10/30/2020"

# rootservice navigation properties
rootLinks = ["Systems", "Chassis", "Managers", "SessionService", "AccountService", "Registries",
Expand Down

0 comments on commit 81b7d0c

Please sign in to comment.