From 5218f0671ce54a8e279ff149c7bced428a8ffebb Mon Sep 17 00:00:00 2001 From: GitHub Release Workflow <> Date: Fri, 27 Sep 2024 19:29:03 +0000 Subject: [PATCH] 3.3.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 01aff46..43c3333 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,8 @@ # Change Log +## [3.3.5] - 2024-09-27 +- Corrected the regex pattern when trying to discover the local system's address when directly hosting firmware images + ## [3.3.4] - 2024-08-09 - Fixed file handling for certificate installation - Modified formatting of the sensor table from 'rf_sensor_list.py' to not truncate readings diff --git a/setup.py b/setup.py index 466188e..4642487 100644 --- a/setup.py +++ b/setup.py @@ -49,7 +49,7 @@ def run(self): setup( name="redfish_utilities", - version="3.3.4", + version="3.3.5", description="Redfish Utilities", long_description=long_description, long_description_content_type="text/markdown",