Skip to content

Commit

Permalink
1.2.1 versioning
Browse files Browse the repository at this point in the history
Signed-off-by: Mike Raineri <[email protected]>
  • Loading branch information
mraineri committed Mar 4, 2022
1 parent ee3ba9a commit 490e75a
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.1] - 2022-03-04
- Added 'rf_diagnostic_data.py' to collect diagnostic data from a log service
- Added power state reporting with the 'info' parameter in rf_power_reset.py

## [1.2.0] - 2022-02-11
- Fixed usage of 'EventTypes' when creating an event subscription

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.0",
version = "1.2.1",
description = "Redfish Utilities",
long_description = long_description,
long_description_content_type = "text/markdown",
Expand Down

0 comments on commit 490e75a

Please sign in to comment.