Skip to content

Commit

Permalink
1.0.8 Versioning
Browse files Browse the repository at this point in the history
  • Loading branch information
mraineri committed Oct 19, 2018
1 parent cf7e019 commit e86ab0c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Change Log

## [1.0.8] - 2018-19
- Fixed how single entry comparisons were performed

## [1.0.7] - 2018-09-21
- Various bug fixes
- Added tool versioning
Expand Down
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 = '1.0.7'
tool_version = '1.0.8'

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

0 comments on commit e86ab0c

Please sign in to comment.