Skip to content

Commit eeb3437

Browse files
committed
1.0.9 versioning
1 parent fc77e5e commit eeb3437

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.9] - 2021-01-11
4+
- Added Dockerfile
5+
36
## [1.0.8] - 2020-12-04
47
- Replaced internal copy of redfishtoollib to leverage the python-redfish-library
58

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.8"
23+
tool_version = "1.0.9"
2424

2525
def main():
2626
"""

0 commit comments

Comments
 (0)