Skip to content

Commit

Permalink
Merge pull request #58 from DMTF/1.0.7-Tagging
Browse files Browse the repository at this point in the history
1.0.7 Versioning
  • Loading branch information
mraineri committed Sep 21, 2018
2 parents a49459d + fd54074 commit 74af590
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Change Log

## [1.0.7] - 2018-09-21
- Various bug fixes
- Added tool versioning
- Added profile names and hashes to test output

## [1.0.6] - 2018-09-07
- More updates to leverage common code with the Redfish-Service-Validator tool

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -141,6 +141,6 @@ There is a verbose log file that may be referenced to diagnose tool or schema pr
## Release Process

1. Update `CHANGELOG.md` with the list of changes since the last release
2. TODO: Add version string in the tool somewhere
2. Update the `tool_version` variable in `RedfishInteropValidator.py` to reflect the new tool version
3. Push changes to Github
4. Create a new release in Github
2 changes: 1 addition & 1 deletion RedfishInteropValidator.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
VERBO_NUM = 15
logging.addLevelName(VERBO_NUM, "VERBO")

tool_version = '0.0'
tool_version = '1.0.7'

def verboseout(self, message, *args, **kws):
if self.isEnabledFor(VERBO_NUM):
Expand Down

0 comments on commit 74af590

Please sign in to comment.