From 84f9039570fda5f4796f169e13c0e8a96e34acc8 Mon Sep 17 00:00:00 2001 From: Mike Raineri Date: Fri, 19 Nov 2021 15:39:49 -0500 Subject: [PATCH] 1.1.8 versioning Signed-off-by: Mike Raineri --- CHANGELOG.md | 3 +++ setup.py | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a750767..d3a5070 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,8 @@ # Change Log +## [1.1.8] - 2021-11-19 +- Updated rf_sensor_list.py to support new power and thermal models + ## [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 diff --git a/setup.py b/setup.py index bc1c63a..c8cf14c 100644 --- a/setup.py +++ b/setup.py @@ -11,7 +11,7 @@ setup( name = "redfish_utilities", - version = "1.1.7", + version = "1.1.8", description = "Redfish Utilities", long_description = long_description, long_description_content_type = "text/markdown",