Skip to content

Commit

Permalink
Merge pull request #11 from DMTF/0.8.0-Tagging
Browse files Browse the repository at this point in the history
0.8.0 Versioning
  • Loading branch information
mraineri authored Jun 21, 2019
2 parents cd0b466 + e808979 commit 6971d17
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

## [0.8.0] - 2019-06-21
- Added rf_boot_override utility to perform one time boot operations
- Added rf_power_reset utility to perform power/reset operations

## [0.7.0] - 2019-06-07
- Added local web server support for rf_update when a local file is specified

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

0 comments on commit 6971d17

Please sign in to comment.