Skip to content

Commit

Permalink
2.0.2 versioning
Browse files Browse the repository at this point in the history
  • Loading branch information
mraineri committed Jan 10, 2022
1 parent ba217e2 commit 6ccac61
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.2] - 2022-01-10
- Fixed version number comparisons for when a version segment reaches two digits

## [2.0.1] - 2021-09-17
- Fixed console status reporting of whether or not errors were found

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.1'
tool_version = '2.0.2'

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

0 comments on commit 6ccac61

Please sign in to comment.