Skip to content

Commit

Permalink
3.2.8 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 Apr 10, 2024
1 parent 5818757 commit 212b35a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Change Log

## [3.2.8] - 2024-04-10
- Added missing check for presence of 'Sensors' when deciding which model to follow for collecting sensor info

## [3.2.7] - 2024-03-01
- Added 'rf_assembly.py' to manage Assembly resources on a service

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

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

0 comments on commit 212b35a

Please sign in to comment.