Skip to content

Commit

Permalink
1.2.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 Jun 17, 2022
1 parent 8cf9e1f commit 532d2b7
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

## [1.2.4] - 2022-06-17
- Enhancement added to fall back on using the Id property in Sensor for building the name if Name is not valid
- Moved usage of 'workarounds' flag to be a module-level flag rather than an individual parameter on each method

## [1.2.3] - 2022-03-18
- Added --mode argument to 'rf_boot_override.py' to control Legacy vs UEFI
- Added --info argument to 'rf_boot_override.py'
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

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

0 comments on commit 532d2b7

Please sign in to comment.