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 98c8e09 commit de45d6aCopy full SHA for de45d6a
CHANGELOG.md
@@ -1,5 +1,8 @@
1
# Change Log
2
3
+## [3.4.1] - 2025-05-30
4
+- Added new global config to automatically internalize task monitoring for select operations
5
+
6
## [3.4.0] - 2025-05-02
7
- Corrected the usage of the 'DateTimeLocalOffset' property when setting a manager's time
8
setup.py
@@ -49,7 +49,7 @@ def run(self):
49
50
setup(
51
name="redfish_utilities",
52
- version="3.4.0",
+ version="3.4.1",
53
description="Redfish Utilities",
54
long_description=long_description,
55
long_description_content_type="text/markdown",
0 commit comments