diff --git a/CHANGELOG.md b/CHANGELOG.md index 3df6de7..a074c75 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,8 @@ # Change Log +## [3.3.3] - 2024-07-12 +- Fixed 'list' commands for 'rf_power_equipment.py' and 'rf_thermal_equipment.py' to handle cases where properties are not supported or null + ## [3.3.2] - 2024-06-14 - Added new 'rf_thermal_equipment.py' tool for managing thermal equipment, such as CDUs diff --git a/setup.py b/setup.py index 3e03c3f..3e2cc70 100644 --- a/setup.py +++ b/setup.py @@ -49,7 +49,7 @@ def run(self): setup( name="redfish_utilities", - version="3.3.2", + version="3.3.3", description="Redfish Utilities", long_description=long_description, long_description_content_type="text/markdown",