Skip to content

Commit

Permalink
Merge pull request #76 from DMTF/1.1.2-Tagging
Browse files Browse the repository at this point in the history
1.1.2 Versioning
  • Loading branch information
mraineri committed May 31, 2019
2 parents dd9cc75 + bcd01e6 commit a6003ee
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.1.2] - 2019-05-31
- Updated schema pack to 2019.1

## [1.1.1] - 2019-05-10
- Made fixes to version comparison testing

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.1.1'
tool_version = '1.1.2'

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

0 comments on commit a6003ee

Please sign in to comment.