Skip to content

Commit 2ab6a36

Browse files
committed
1.0.8 versioning
1 parent 9c3b651 commit 2ab6a36

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.0.8] - 2020-12-04
4+
- Replaced internal copy of redfishtoollib to leverage the python-redfish-library
5+
36
## [1.0.7] - 2020-10-30
47
- Made enhancement to skip resources not containing `@odata.id` instead of crashing
58
- Removed password from readme file generation

redfishMockupCreate.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
import xml.etree.ElementTree as ET
2121

2222
# Version info
23-
tool_version = "1.0.7"
23+
tool_version = "1.0.8"
2424

2525
def main():
2626
"""

0 commit comments

Comments
 (0)