File tree 3 files changed +6
-3
lines changed
3 files changed +6
-3
lines changed Original file line number Diff line number Diff line change 1
1
# Change Log
2
2
3
+ ## [ 1.1.2] - 2020-04-10
4
+ - Made fix to collection listing to show members when optional properties are not present
5
+
3
6
## [ 1.1.1] - 2020-01-10
4
7
- Made fixes to properly format IPv6 URLs
5
8
Original file line number Diff line number Diff line change @@ -58,8 +58,8 @@ class RfTransport():
58
58
def __init__ (self ):
59
59
# constant parameters-- these dont change and are not updated
60
60
self .program = "redfishtool" # program name (in case we want to change it)
61
- self .version = "1.1.1 " # this redfishtool version
62
- self .releaseDate = "01 /10/2020" # release date for this version of redfishtool
61
+ self .version = "1.1.2 " # this redfishtool version
62
+ self .releaseDate = "04 /10/2020" # release date for this version of redfishtool
63
63
self .downloadFrom = "https://github.com/DMTF/Redfishtool" # where to find redfishtool
64
64
self .magic = "12345" # used for debug to test for a known parameter in this object
65
65
self .UNAUTHENTICATED_API = 1 # unauthenticated API that doesn't send credentials in body data
Original file line number Diff line number Diff line change 6
6
long_description = f .read ()
7
7
8
8
setup (name = 'redfishtool' ,
9
- version = '1.1.1 ' ,
9
+ version = '1.1.2 ' ,
10
10
description = 'Redfishtool package and command-line client' ,
11
11
long_description = long_description ,
12
12
long_description_content_type = 'text/markdown' ,
You can’t perform that action at this time.
0 commit comments