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 19aa3b6 commit 43abccbCopy full SHA for 43abccb
CHANGELOG.md
@@ -1,5 +1,8 @@
1
# Change Log
2
3
+## [3.3.8] - 2025-01-24
4
+- Added 'rf_sel.py' script to simplify the ability for a user to find the SEL on a service
5
+
6
## [3.3.7] - 2025-01-17
7
- Added option to 'rf_bios_settings.py' to reset BIOS to the default settings
8
- Added 'rf_firmware_inventory.py' script to collect and display firmware versions
setup.py
@@ -49,7 +49,7 @@ def run(self):
49
50
setup(
51
name="redfish_utilities",
52
- version="3.3.7",
+ version="3.3.8",
53
description="Redfish Utilities",
54
long_description=long_description,
55
long_description_content_type="text/markdown",
0 commit comments