Skip to content

Commit

Permalink
2.0.8 Versioning
Browse files Browse the repository at this point in the history
Signed-off-by: Mike Raineri <[email protected]>
  • Loading branch information
mraineri committed Jan 10, 2022
1 parent cd1c334 commit db20fa1
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

## [2.0.8] - 2022-01-10
- Several enhancements and fixes to CSV handling

## [2.0.7] - 2021-12-01
- Corrected validation of null objects
- Added checks to ensure URIs match patterns defined in schema
Expand Down
2 changes: 1 addition & 1 deletion RedfishServiceValidator.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
import json
from datetime import datetime

tool_version = '2.0.7'
tool_version = '2.0.8'

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

0 comments on commit db20fa1

Please sign in to comment.