From 656a20a7a5bd6ffe7fcb80b51ff394590683c3d7 Mon Sep 17 00:00:00 2001 From: GitHub Release Workflow <> Date: Fri, 12 Jul 2024 19:26:53 +0000 Subject: [PATCH] 3.3.3 versioning Signed-off-by: GitHub Release Workflow <> --- CHANGELOG.md | 3 +++ setup.py | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) 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",