From b903f294f111422cab659ee649c9053eab8fb3b7 Mon Sep 17 00:00:00 2001 From: GitHub Release Workflow <> Date: Fri, 31 May 2024 20:40:08 +0000 Subject: [PATCH] 3.2.9 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 acfed08..3d91af1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,9 @@ ## [3.2.9] - 2024-05-31 - Added protection from BrokenPipeError exceptions when piping rf_logs.py output +## [3.2.9] - 2024-05-31 +- Added protection from BrokenPipeError exceptions when piping rf_logs.py output + ## [3.2.8] - 2024-04-10 - Added missing check for presence of 'Sensors' when deciding which model to follow for collecting sensor info diff --git a/setup.py b/setup.py index 7cf5244..ce7908f 100644 --- a/setup.py +++ b/setup.py @@ -49,7 +49,7 @@ def run(self): setup( name="redfish_utilities", - version="3.2.8", + version="3.2.9", description="Redfish Utilities", long_description=long_description, long_description_content_type="text/markdown",