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+ ## [ 2.0.5] - 2018-11-30
4+ - Fixed handling of gzip content encoding
5+
36## [ 2.0.4] - 2018-10-26
47- Added discovery module with SSDP support
58
Original file line number Diff line number Diff line change 77 long_description = f .read ()
88
99setup (name = 'redfish' ,
10- version = '2.0.4 ' ,
10+ version = '2.0.5 ' ,
1111 description = 'Redfish Python Library' ,
1212 long_description = long_description ,
1313 long_description_content_type = 'text/x-rst' ,
Original file line number Diff line number Diff line change 77""" Redfish restful library """
88
99__all__ = ['rest' , 'ris' , 'discovery' ]
10- __version__ = "2.0.4 "
10+ __version__ = "2.0.5 "
1111
1212from redfish .rest .v1 import redfish_client
1313from redfish .rest .v1 import AuthMethod
You can’t perform that action at this time.
0 commit comments