Skip to content
This repository was archived by the owner on Aug 23, 2024. It is now read-only.

Commit 366b6ad

Browse files
authored
Merge pull request #15 from DMTF/1.0.1-Tagging
1.0.1 Versioning
2 parents 6dd34ad + aa31c5a commit 366b6ad

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CHANGELOG.md

+3
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
# Change Log
22

3+
## [1.0.1] - 2020-01-10
4+
- Added optional 'logdir' argument to specify the log directory
5+
36
## [1.0.0] - 2019-10-04
47
- Initial release

redfish-uri-validator.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
from redfish.ris import RmcApp
2626
import RedfishLogo
2727

28-
tool_version = "1.0.0"
28+
tool_version = "1.0.1"
2929

3030
def run_test( user, password, rhost, openapi ):
3131
"""

0 commit comments

Comments
 (0)