Skip to content

Commit 5218f06

Browse files
author
GitHub Release Workflow
committed
3.3.5 versioning
Signed-off-by: GitHub Release Workflow <>
1 parent a1a0f3e commit 5218f06

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.5] - 2024-09-27
4+
- Corrected the regex pattern when trying to discover the local system's address when directly hosting firmware images
5+
36
## [3.3.4] - 2024-08-09
47
- Fixed file handling for certificate installation
58
- Modified formatting of the sensor table from 'rf_sensor_list.py' to not truncate readings

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.4",
52+
version="3.3.5",
5353
description="Redfish Utilities",
5454
long_description=long_description,
5555
long_description_content_type="text/markdown",

0 commit comments

Comments
 (0)