File tree Expand file tree Collapse file tree 3 files changed +5
-2
lines changed
redfish_interop_validator Expand file tree Collapse file tree 3 files changed +5
-2
lines changed Original file line number Diff line number Diff line change 11# Change Log
22
3+ ## [ 2.3.3] - 2025-09-26
4+ - Fixed internal logging usage to avoid exceptions on newer versions of Python
5+
36## [ 2.3.2] - 2025-08-29
47- Cleaned up error and warning reporting
58- Added test results summary to the top of the results file
Original file line number Diff line number Diff line change 1919from redfish_interop_validator .interop import testResultEnum
2020from redfish_interop_validator import logger
2121
22- tool_version = '2.3.2 '
22+ tool_version = '2.3.3 '
2323
2424def main (argslist = None , configfile = None ):
2525 """Main command
Original file line number Diff line number Diff line change 1111
1212setup (
1313 name = "redfish_interop_validator" ,
14- version = "2.3.2 " ,
14+ version = "2.3.3 " ,
1515 description = "Redfish Interop Validator" ,
1616 long_description = long_description ,
1717 long_description_content_type = "text/markdown" ,
You can’t perform that action at this time.
0 commit comments