File tree Expand file tree Collapse file tree 3 files changed +6
-3
lines changed
Expand file tree Collapse file tree 3 files changed +6
-3
lines changed Original file line number Diff line number Diff line change 11# Change Log
22
3+ ## [ 1.1.0] - 2019-08-09
4+ - Added support for getting Power and Thermal resources with a specified chassis, or leaving it unspecified if there is exactly one chassis
5+
36## [ 1.0.9] - 2019-07-12
47- Added the ability to get credentials from the config file rather than specifying them on the command line
58
Original file line number Diff line number Diff line change @@ -57,8 +57,8 @@ class RfTransport():
5757 def __init__ (self ):
5858 # constant parameters-- these dont change and are not updated
5959 self .program = "redfishtool" # program name (in case we want to change it)
60- self .version = "1.0.9 " # this redfishtool version
61- self .releaseDate = "07/12 /2019" # release date for this version of redfishtool
60+ self .version = "1.1.0 " # this redfishtool version
61+ self .releaseDate = "08/09 /2019" # release date for this version of redfishtool
6262 self .downloadFrom = "https://github.com/DMTF/Redfishtool" # where to find redfishtool
6363 self .magic = "12345" # used for debug to test for a known parameter in this object
6464 self .UNAUTHENTICATED_API = 1 # unauthenticated API that doesn't send credentials in body data
Original file line number Diff line number Diff line change 66 long_description = f .read ()
77
88setup (name = 'redfishtool' ,
9- version = '1.0.9 ' ,
9+ version = '1.1.0 ' ,
1010 description = 'Redfishtool package and command-line client' ,
1111 long_description = long_description ,
1212 long_description_content_type = 'text/markdown' ,
You can’t perform that action at this time.
0 commit comments