From 33c6f55d236bbac88a92d7682e3079974452af32 Mon Sep 17 00:00:00 2001 From: GitHub Release Workflow <> Date: Fri, 27 Oct 2023 20:29:42 +0000 Subject: [PATCH] 3.2.1 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 5ff9e4c..5562e6f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,8 @@ # Change Log +## [3.2.1] - 2023-10-27 +- Added PhysicalContext to rf_sensor_list.py + ## [3.2.0] - 2023-09-15 - Added workaround flag to attempt to set boot override properties on settings resources for non-conformant implementations diff --git a/setup.py b/setup.py index 0a3603b..cd1b00c 100644 --- a/setup.py +++ b/setup.py @@ -45,7 +45,7 @@ def run(self): setup( name = "redfish_utilities", - version = "3.2.0", + version = "3.2.1", description = "Redfish Utilities", long_description = long_description, long_description_content_type = "text/markdown",