Skip to content

Commit

Permalink
3.3.4 versioning
Browse files Browse the repository at this point in the history
Signed-off-by: GitHub Release Workflow <>
  • Loading branch information
GitHub Release Workflow committed Aug 9, 2024
1 parent 378d30f commit ead5a19
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Change Log

## [3.3.4] - 2024-08-09
- Fixed file handling for certificate installation
- Modified formatting of the sensor table from 'rf_sensor_list.py' to not truncate readings

## [3.3.3] - 2024-07-12
- Fixed 'list' commands for 'rf_power_equipment.py' and 'rf_thermal_equipment.py' to handle cases where properties are not supported or null

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ def run(self):

setup(
name="redfish_utilities",
version="3.3.3",
version="3.3.4",
description="Redfish Utilities",
long_description=long_description,
long_description_content_type="text/markdown",
Expand Down

0 comments on commit ead5a19

Please sign in to comment.