Skip to content

Commit

Permalink
Merge pull request #414 from DMTF/2.0.1-Tagging
Browse files Browse the repository at this point in the history
2.0.1 Versioning
  • Loading branch information
mraineri authored Aug 9, 2021
2 parents b3f9699 + ab770ea commit 70dd8b8
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.1] - 2021-08-09
- Various fixes from previous changes to refactor the arguments with the tool

## [2.0.0] - 2021-08-06
- Significant changes to the CLI arguments with the tool to reduce complexity for users
- Added support for validating excerpts
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.0'
tool_version = '2.0.1'

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

0 comments on commit 70dd8b8

Please sign in to comment.