From 57bc28d68d554acb93266e5760684eb73b89058f Mon Sep 17 00:00:00 2001 From: GitHub Release Workflow <> Date: Fri, 7 Jun 2024 21:23:00 +0000 Subject: [PATCH] 3.3.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 54f5618..a47f263 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,8 @@ # Change Log +## [3.3.1] - 2024-06-07 +- Fixed change that was added for protecting from BrokenPipeError exceptions to not crash on Windows + ## [3.3.0] - 2024-06-07 - Added handling for printing array properties with 'null' entries where allowed - Removed truncation of log messages to fit the console screen in 'rf_logs.py' diff --git a/setup.py b/setup.py index eff9995..e6a7cec 100644 --- a/setup.py +++ b/setup.py @@ -49,7 +49,7 @@ def run(self): setup( name="redfish_utilities", - version="3.3.0", + version="3.3.1", description="Redfish Utilities", long_description=long_description, long_description_content_type="text/markdown",