Skip to content

Commit 2e64202

Browse files
authored
Merge pull request DMTF#41 from DMTF/2.0.8-Tagging
2.0.8 Versioning
2 parents ae12fb0 + 2ea7db1 commit 2e64202

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

CHANGELOG.md

+3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# Change Log
22

3+
## [2.0.8] - 2019-05-17
4+
- Added helper functions for Task processing
5+
36
## [2.0.7] - 2019-02-08
47
- Added optional timeout and max retry arguments
58

setup.py

+1-1
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.7',
10+
version='2.0.8',
1111
description='Redfish Python Library',
1212
long_description=long_description,
1313
long_description_content_type='text/x-rst',

src/redfish/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
""" Redfish restful library """
66

77
__all__ = ['rest', 'ris', 'discovery']
8-
__version__ = "2.0.7"
8+
__version__ = "2.0.8"
99

1010
from redfish.rest.v1 import redfish_client
1111
from redfish.rest.v1 import AuthMethod

0 commit comments

Comments
 (0)