We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a1a0f3e commit 5218f06Copy full SHA for 5218f06
CHANGELOG.md
@@ -1,5 +1,8 @@
1
# Change Log
2
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
+
6
## [3.3.4] - 2024-08-09
7
- Fixed file handling for certificate installation
8
- Modified formatting of the sensor table from 'rf_sensor_list.py' to not truncate readings
setup.py
@@ -49,7 +49,7 @@ def run(self):
49
50
setup(
51
name="redfish_utilities",
52
- version="3.3.4",
+ version="3.3.5",
53
description="Redfish Utilities",
54
long_description=long_description,
55
long_description_content_type="text/markdown",
0 commit comments