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