Skip to content

Commit

Permalink
1.1.7 versioning
Browse files Browse the repository at this point in the history
  • Loading branch information
mraineri committed Oct 4, 2021
1 parent 6359fda commit 7b3bacf
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.1.7] - 2021-10-04
- Added handling for lack of 'Destination' property in an event subscription when displaying the list of subscriptions
- Added support for legacy 'event types' subscriptions to enable usage with services that do not support newer methods of subscriptions

## [1.1.6] - 2021-08-30
- Added --workaround flag to rf_sys_inventory.py to attempt workaround logic for non-conformant services
- Added support for cataloging switches in rf_sys_inventory.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.1.6",
version = "1.1.7",
description = "Redfish Utilities",
long_description = long_description,
long_description_content_type = "text/markdown",
Expand Down

0 comments on commit 7b3bacf

Please sign in to comment.