File tree Expand file tree Collapse file tree 3 files changed +5
-2
lines changed Expand file tree Collapse file tree 3 files changed +5
-2
lines changed Original file line number Diff line number Diff line change 11# Change Log
22
3+ ## [ 3.1.7] - 2022-09-09
4+ - Added handling for extracting error information when a session could not be created
5+
36## [ 3.1.6] - 2022-05-12
47- Fixed issue where the 'read' method on response objects always return strings
58- Modified query parameter encoding to not percent-encode characters allowed in query strings per RFC3986
Original file line number Diff line number Diff line change 1212 long_description = f .read ()
1313
1414setup (name = 'redfish' ,
15- version = '3.1.6 ' ,
15+ version = '3.1.7 ' ,
1616 description = 'Redfish Python Library' ,
1717 long_description = long_description ,
1818 long_description_content_type = 'text/x-rst' ,
Original file line number Diff line number Diff line change 66""" Redfish restful library """
77
88__all__ = ['rest' , 'ris' , 'discovery' ]
9- __version__ = "3.1.6 "
9+ __version__ = "3.1.7 "
1010
1111from redfish .rest .v1 import redfish_client
1212from redfish .rest .v1 import AuthMethod
You can’t perform that action at this time.
0 commit comments