Skip to content

Commit

Permalink
Merge pull request #69 from DMTF/1.1.0-Tagging
Browse files Browse the repository at this point in the history
1.1.0 Versioning
  • Loading branch information
mraineri authored Aug 9, 2019
2 parents d1426f9 + e85b815 commit 2bdcd90
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Change Log

## [1.1.0] - 2019-08-09
- Added support for getting Power and Thermal resources with a specified chassis, or leaving it unspecified if there is exactly one chassis

## [1.0.9] - 2019-07-12
- Added the ability to get credentials from the config file rather than specifying them on the command line

Expand Down
4 changes: 2 additions & 2 deletions redfishtool/redfishtoolTransport.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,8 @@ class RfTransport():
def __init__(self):
# constant parameters-- these dont change and are not updated
self.program="redfishtool" # program name (in case we want to change it)
self.version="1.0.9" # this redfishtool version
self.releaseDate="07/12/2019" # release date for this version of redfishtool
self.version="1.1.0" # this redfishtool version
self.releaseDate="08/09/2019" # release date for this version of redfishtool
self.downloadFrom="https://github.com/DMTF/Redfishtool" # where to find redfishtool
self.magic="12345" # used for debug to test for a known parameter in this object
self.UNAUTHENTICATED_API=1 # unauthenticated API that doesn't send credentials in body data
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
long_description = f.read()

setup(name='redfishtool',
version='1.0.9',
version='1.1.0',
description='Redfishtool package and command-line client',
long_description=long_description,
long_description_content_type='text/markdown',
Expand Down

0 comments on commit 2bdcd90

Please sign in to comment.