Skip to content

Commit

Permalink
Merge pull request #35 from DMTF/version-1.0.3
Browse files Browse the repository at this point in the history
1.0.3 version update
  • Loading branch information
mraineri authored Jan 2, 2018
2 parents 54de0dc + 8b73809 commit 05458e9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions redfishtool/redfishtoolTransport.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,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.2" # this redfishtool version
self.releaseDate="10/27/2017" # release date for this version of redfishtool
self.version="1.0.3" # this redfishtool version
self.releaseDate="1/18/2018" # 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
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
from setuptools import setup

setup(name='redfishtool',
version='1.0.2',
version='1.0.3',
description='Redfishtool package and command-line client',
author='DMTF, https://www.dmtf.org/standards/feedback',
license='BSD 3-clause "New" or "Revised License"',
Expand All @@ -14,7 +14,7 @@
],
keywords='Redfish',
url='https://github.com/DMTF/Redfishtool',
download_url='https://github.com/DMTF/Redfishtool/archive/1.0.2.tar.gz',
download_url='https://github.com/DMTF/Redfishtool/archive/1.0.3.tar.gz',
packages=['redfishtool'],
scripts=['scripts/redfishtool'],
install_requires=['requests']
Expand Down

0 comments on commit 05458e9

Please sign in to comment.