Skip to content

Commit

Permalink
Merge pull request #101 from DMTF/1.1.6-Tagging
Browse files Browse the repository at this point in the history
1.1.6 Versioning
  • Loading branch information
mraineri authored Mar 13, 2020
2 parents 2966c17 + 83bd82e commit bb9dacf
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Change Log

## [1.1.6] - 2020-03-13
- Added support for `IfPopulated` expressions
- Added support for `@Redfish.ActionInfo` on actions

## [1.1.5] - 2020-01-17
- Added htmlLogScraper.py to generate a CSV style report

Expand Down
2 changes: 1 addition & 1 deletion RedfishInteropValidator.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
SERVICE_NUM = 10
logging.addLevelName(SERVICE_NUM, "SERVICE")

tool_version = '1.1.5'
tool_version = '1.1.6'


def verboseout(self, message, *args, **kws):
Expand Down

0 comments on commit bb9dacf

Please sign in to comment.