Skip to content

Commit de97229

Browse files
author
GitHub Release Workflow
committed
3.3.6 versioning
Signed-off-by: GitHub Release Workflow <>
1 parent 88c8e30 commit de97229

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# Change Log
22

3+
## [3.3.6] - 2024-10-25
4+
- Added '--timeout' option to rf_update.py to manually specify a timeout for the file transfer
5+
36
## [3.3.5] - 2024-09-27
47
- Corrected the regex pattern when trying to discover the local system's address when directly hosting firmware images
58

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ def run(self):
4949

5050
setup(
5151
name="redfish_utilities",
52-
version="3.3.5",
52+
version="3.3.6",
5353
description="Redfish Utilities",
5454
long_description=long_description,
5555
long_description_content_type="text/markdown",

0 commit comments

Comments
 (0)