Skip to content

Commit

Permalink
Merge pull request #73 from DMTF/1.1.1-Tagging
Browse files Browse the repository at this point in the history
1.1.1 Versioning
  • Loading branch information
mraineri authored May 10, 2019
2 parents dac83ca + a17ac9e commit 7d40356
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.1] - 2019-05-10
- Made fixes to version comparision testing

## [1.1.0] - 2019-04-12
- Added missing @odata.context initialization for Message Registries

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.0'
tool_version = '1.1.1'

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

0 comments on commit 7d40356

Please sign in to comment.