Skip to content

Commit

Permalink
2.0.5 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 18, 2022
1 parent 5a71573 commit 5fcc1a4
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Change Log

## [2.0.5] - 2022-03-18
- Corrected comparison checks with integer properties
- Corrected test_action unit test
- Updated logging calls to use non-deprecated methods

## [2.0.4] - 2022-03-04
- Corrected URI checking to act as a filter for whether or not to apply the requirements

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.4'
tool_version = '2.0.5'

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

0 comments on commit 5fcc1a4

Please sign in to comment.