Skip to content

Commit e4e2f58

Browse files
authored
Merge pull request #24 from DMTF/2.0.5-Tagging
2.0.5 Versioning
2 parents 161f65f + 3e3176f commit e4e2f58

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.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

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.4',
10+
version='2.0.5',
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.4"
10+
__version__ = "2.0.5"
1111

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

0 commit comments

Comments
 (0)