Skip to content

Commit

Permalink
Merge pull request #69 from DMTF/1.1.0-Tagging
Browse files Browse the repository at this point in the history
1.1.0 Versioning
  • Loading branch information
mraineri committed Apr 12, 2019
2 parents 0c1ff85 + 72b3eb0 commit 3a52e57
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.0] - 2019-04-12
- Added missing @odata.context initialization for Message Registries

## [1.0.9] - 2019-02-08
- Updated schema pack to 2018.3
- Fixed handling of the Redfish.Revisions term
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.9'
tool_version = '1.1.0'

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

0 comments on commit 3a52e57

Please sign in to comment.