Skip to content

Commit

Permalink
2.0.6 versioning
Browse files Browse the repository at this point in the history
Signed-off-by: Mike Raineri <[email protected]>
  • Loading branch information
mraineri committed Mar 25, 2022
1 parent a604946 commit f5297f4
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

## [2.0.6] - 2022-03-25
- Added missing step to log out of the session when done testing
- Added support for finding required profiles when the profile under test is in a different directory than the tool

## [2.0.5] - 2022-03-18
- Corrected comparison checks with integer properties
- Corrected test_action unit test
Expand Down
2 changes: 1 addition & 1 deletion RedfishInteropValidator.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
import json
from datetime import datetime

tool_version = '2.0.5'
tool_version = '2.0.6'

my_logger = logging.getLogger()
my_logger.setLevel(logging.DEBUG)
Expand Down

0 comments on commit f5297f4

Please sign in to comment.