From bea00d9cb03d9c95c59f1e285657534762d76d52 Mon Sep 17 00:00:00 2001 From: GitHub Release Workflow <> Date: Fri, 9 Feb 2024 20:44:43 +0000 Subject: [PATCH] 3.2.5 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 a3dcc5c..07e1795 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,8 @@ # Change Log +## [3.2.5] - 2024-02-09 +- Added optional 'applytime' parameter to 'rf_update.py' to specify when to apply an update + ## [3.2.4] - 2024-02-02 - Added 'rf_power_equipment.py' to collect data from rack PDUs and other power equipment diff --git a/setup.py b/setup.py index a2f4864..b316ea6 100644 --- a/setup.py +++ b/setup.py @@ -45,7 +45,7 @@ def run(self): setup( name = "redfish_utilities", - version = "3.2.4", + version = "3.2.5", description = "Redfish Utilities", long_description = long_description, long_description_content_type = "text/markdown",