Skip to content

Commit 5a0ce39

Browse files
author
GitHub Release Workflow
committed
2.0.0 versioning
Signed-off-by: GitHub Release Workflow <>
1 parent a99aa52 commit 5a0ce39

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

CHANGELOG.md

+3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# Change Log
22

3+
## [2.0.0] - 2025-02-14
4+
- Rewrote the tool to wrap all testing into a single process and produce a singular HTML report
5+
36
## [1.0.8] - 2021-10-22
47
- Corrected the '$expand' argument for 'Links' in the query parameter checker
58
- Added check for the support of '$levels' prior to testing in the query parameter checker

redfish_use_case_checkers/console_scripts.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
from redfish_use_case_checkers import power_control
2828
from redfish_use_case_checkers import report
2929

30-
tool_version = "1.0.9"
30+
tool_version = "2.0.0"
3131

3232

3333
def main():

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
setup(
1212
name="redfish_use_case_checkers",
13-
version="1.0.9",
13+
version="2.0.0",
1414
description="Redfish Use Case Checkers",
1515
long_description=long_description,
1616
long_description_content_type="text/markdown",

0 commit comments

Comments
 (0)