From 835c0cec1eaa8332133864be4e42835fc9b287ba Mon Sep 17 00:00:00 2001 From: Mike Raineri Date: Fri, 1 Nov 2019 08:51:04 -0400 Subject: [PATCH] 1.0.2 Versioning --- CHANGELOG.md | 3 +++ setup.py | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4408de6..41d5b6b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,8 @@ # Change Log +## [1.0.2] - 2019-11-01 +- Added support for using ETags for PATCHing ComputerSystem resources + ## [1.0.1] - 2019-08-16 - Removed 'Account Lock' capability from rf_accounts - Renamed all scripts to end in '.py' for Windows compatibility diff --git a/setup.py b/setup.py index bfae9c9..3cc031d 100644 --- a/setup.py +++ b/setup.py @@ -11,7 +11,7 @@ setup( name = "redfish_utilities", - version = "1.0.1", + version = "1.0.2", description = "Redfish Utilities", long_description = long_description, long_description_content_type = "text/markdown",