From 3ec6f26313e1e956aa971cfdf78e5c98fc046298 Mon Sep 17 00:00:00 2001 From: Mike Raineri Date: Fri, 12 Jul 2019 08:45:06 -0400 Subject: [PATCH] 1.0.0 Versioning --- CHANGELOG.md | 4 ++++ requirements.txt | 2 +- setup.py | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e7bf5c9..7b2524b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Change Log +## [1.0.0] - 2019-07-12 +- Added rf_accounts utility to manage user accounts +- Made fix to handling of Storage Controllers in the inventory tool + ## [0.9.0] - 2019-06-28 - Added rf_sys_inventory utility to scan a service and catalog system components diff --git a/requirements.txt b/requirements.txt index 1bc2636..53add9e 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1 +1 @@ -redfish>=2.0.9 +redfish>=2.1.0 diff --git a/setup.py b/setup.py index a8cdfe7..244c587 100644 --- a/setup.py +++ b/setup.py @@ -11,7 +11,7 @@ setup( name = "redfish_utilities", - version = "0.9.0", + version = "1.0.0", description = "Redfish Utilities", long_description = long_description, long_description_content_type = "text/markdown",