diff --git a/CHANGELOG.md b/CHANGELOG.md index 4407a26..a3dcc5c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,8 @@ # Change Log +## [3.2.4] - 2024-02-02 +- Added 'rf_power_equipment.py' to collect data from rack PDUs and other power equipment + ## [3.2.3] - 2024-01-19 - Minor changes to fix Python 3.12 warnings with usage of raw strings diff --git a/setup.py b/setup.py index 178e312..a2f4864 100644 --- a/setup.py +++ b/setup.py @@ -45,7 +45,7 @@ def run(self): setup( name = "redfish_utilities", - version = "3.2.3", + version = "3.2.4", description = "Redfish Utilities", long_description = long_description, long_description_content_type = "text/markdown",