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",