Skip to content

Commit

Permalink
2.1.8 Versioning
Browse files Browse the repository at this point in the history
  • Loading branch information
mraineri committed Aug 10, 2020
1 parent ad100fb commit 9256962
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Change Log

## [2.1.8] - 2020-08-10
- Added option to SSDP discover to bind to a specified address
- Added ability to override built-in HTTP headers
- Fixed issue where the location of a seesion was not being tracked properly for HTTP connections

## [2.1.7] - 2020-07-06
- Added support for setting the 'Content-Type' header to 'application/octet-stream' when binary data is provided in a request

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
long_description = f.read()

setup(name='redfish',
version='2.1.7',
version='2.1.8',
description='Redfish Python Library',
long_description=long_description,
long_description_content_type='text/x-rst',
Expand Down
2 changes: 1 addition & 1 deletion src/redfish/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
""" Redfish restful library """

__all__ = ['rest', 'ris', 'discovery']
__version__ = "2.1.7"
__version__ = "2.1.8"

from redfish.rest.v1 import redfish_client
from redfish.rest.v1 import AuthMethod
Expand Down

0 comments on commit 9256962

Please sign in to comment.