Skip to content

Commit 5e1ae8d

Browse files
author
GitHub Release Workflow
committed
2.3.3 versioning
Signed-off-by: GitHub Release Workflow <>
1 parent dbf9d66 commit 5e1ae8d

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
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

redfish_interop_validator/RedfishInteropValidator.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
from redfish_interop_validator.interop import testResultEnum
2020
from redfish_interop_validator import logger
2121

22-
tool_version = '2.3.2'
22+
tool_version = '2.3.3'
2323

2424
def main(argslist=None, configfile=None):
2525
"""Main command

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212
setup(
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",

0 commit comments

Comments
 (0)