Skip to content

Commit

Permalink
Merge pull request #85 from DMTF/1.1.3-Tagging
Browse files Browse the repository at this point in the history
1.1.3 Versioning
  • Loading branch information
mraineri authored Jun 21, 2019
2 parents c283ce6 + 48add1d commit e9c36fc
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Change Log

## [1.1.3] - 2019-06-21
- Added support for new URIs requirement added to 1.1.0 of the profile specification
- Made fixes to the handling of the `CompareProperty` term
- Made fix to the handling of `IfImplemented` to not treat it as mandatory
- Made fix to tracking of Service Root requirements
- Made enhancements to debug log output

## [1.1.2] - 2019-05-31
- Updated schema pack to 2019.1

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.2'
tool_version = '1.1.3'

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

0 comments on commit e9c36fc

Please sign in to comment.