Skip to content

Commit 690ad55

Browse files
authored
Merge pull request #27 from DMTF/2.0.6-Tagging
2.0.6 Versioning
2 parents 8df54d3 + e78435c commit 690ad55

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# Change Log
22

3+
## [2.0.6] - 2019-01-11
4+
- Removed usage of setting the Content-Type header to application/x-www-form-urlencoded for PUT, POST, and PATCH methods
5+
36
## [2.0.5] - 2018-11-30
47
- Fixed handling of gzip content encoding
58

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
long_description = f.read()
88

99
setup(name='redfish',
10-
version='2.0.5',
10+
version='2.0.6',
1111
description='Redfish Python Library',
1212
long_description=long_description,
1313
long_description_content_type='text/x-rst',

src/redfish/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
""" Redfish restful library """
88

99
__all__ = ['rest', 'ris', 'discovery']
10-
__version__ = "2.0.5"
10+
__version__ = "2.0.6"
1111

1212
from redfish.rest.v1 import redfish_client
1313
from redfish.rest.v1 import AuthMethod

0 commit comments

Comments
 (0)