From de9722960220a47459fff7b04e2d332edc5cd5a3 Mon Sep 17 00:00:00 2001 From: GitHub Release Workflow <> Date: Fri, 25 Oct 2024 19:17:59 +0000 Subject: [PATCH] 3.3.6 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 43c3333..00ba8a7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,8 @@ # Change Log +## [3.3.6] - 2024-10-25 +- Added '--timeout' option to rf_update.py to manually specify a timeout for the file transfer + ## [3.3.5] - 2024-09-27 - Corrected the regex pattern when trying to discover the local system's address when directly hosting firmware images diff --git a/setup.py b/setup.py index 4642487..9865533 100644 --- a/setup.py +++ b/setup.py @@ -49,7 +49,7 @@ def run(self): setup( name="redfish_utilities", - version="3.3.5", + version="3.3.6", description="Redfish Utilities", long_description=long_description, long_description_content_type="text/markdown",