Skip to content

Commit 82fc5d6

Browse files
authored
Merge pull request #61 from DMTF/1.0.8-Tagging
1.0.8 Versioning
2 parents 6849c69 + 490a94c commit 82fc5d6

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

CHANGELOG.md

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

3+
## [1.0.8] - 2018-11-30
4+
- Made the "One" option enabled by default for Systems, Managers, and Chassis collections
5+
36
## [1.0.7] - 2018-10-19
47
- Made fix to allow for 202 responses on operations
58

redfishtool/redfishtoolTransport.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -57,8 +57,8 @@ class RfTransport():
5757
def __init__(self):
5858
# constant parameters-- these dont change and are not updated
5959
self.program="redfishtool" # program name (in case we want to change it)
60-
self.version="1.0.7" # this redfishtool version
61-
self.releaseDate="10/19/2018" # release date for this version of redfishtool
60+
self.version="1.0.8" # this redfishtool version
61+
self.releaseDate="11/30/2018" # release date for this version of redfishtool
6262
self.downloadFrom="https://github.com/DMTF/Redfishtool" # where to find redfishtool
6363
self.magic="12345" # used for debug to test for a known parameter in this object
6464
self.UNAUTHENTICATED_API=1 # unauthenticated API that doesn't send credentials in body data

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
long_description = f.read()
77

88
setup(name='redfishtool',
9-
version='1.0.7',
9+
version='1.0.8',
1010
description='Redfishtool package and command-line client',
1111
long_description=long_description,
1212
long_description_content_type='text/markdown',

0 commit comments

Comments
 (0)