File tree Expand file tree Collapse file tree 3 files changed +6
-2
lines changed Expand file tree Collapse file tree 3 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 11# Change Log
22
3+ ## [ 3.2.0] - 2023-07-27
4+ - Adding missing newline to M-SEARCH requests
5+ - Fixed the inspection of the USN response header from M-SEARCH requests to allow for a multi-digit minor version
6+
37## [ 3.1.9] - 2023-01-13
48- Improved usage of the ServerDownOrUnreachableError exception to not lose the original message
59
Original file line number Diff line number Diff line change 1212 long_description = f .read ()
1313
1414setup (name = 'redfish' ,
15- version = '3.1.9 ' ,
15+ version = '3.2.0 ' ,
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.9 "
9+ __version__ = "3.2.0 "
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