Skip to content

Commit 3e8f354

Browse files
author
Jack Garcia
committed
updating version number
1 parent a4d77ff commit 3e8f354

File tree

5 files changed

+7
-7
lines changed

5 files changed

+7
-7
lines changed

docs/Installation-Guide.rest

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -103,13 +103,13 @@ Execute the following command from the directory where you want to copy the sour
103103
Building and installing HP REST library
104104
===================================
105105

106-
First download the redfish.zip file from the github. Next unzip redfish.zip file to redfish directory and from the command prompt go to the directory. Execute the following commands in order to install redfish (assuming the version is 1.9.1).
106+
First download the redfish.zip file from the github. Next unzip redfish.zip file to redfish directory and from the command prompt go to the directory. Execute the following commands in order to install redfish (assuming the version is 1.9.2).
107107

108108
::
109109

110110
python setup.py sdist --formats=zip
111111
cd dist
112-
pip install --upgrade python-ilorest-library-1.9.1.zip
112+
pip install --upgrade python-ilorest-library-1.9.2.zip
113113

114114
::
115115

docs/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,9 +54,9 @@
5454
# built documents.
5555
#
5656
# The short X.Y version.
57-
version = u'1.9.1'
57+
version = u'1.9.2'
5858
# The full version, including alpha/beta/rc tags.
59-
release = u'1.9.1'
59+
release = u'1.9.2'
6060

6161
# The language for content autogenerated by Sphinx. Refer to documentation
6262
# for a list of supported languages.

makeandinstallzip.bat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
python setup.py sdist --formats=zip
22
cd dist
3-
pip install --upgrade python-ilorest-library-1.9.1.zip
3+
pip install --upgrade python-ilorest-library-1.9.2.zip

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@ requires = jsonpatch >= 1.3
77
jsonpointer >= 1.1
88
urlparse2 >= 1.1.1
99
validictory >= 1.0.1
10-
ilorest_chif >= 1.9.1
10+
ilorest_chif >= 1.9.2

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
from setuptools import setup, find_packages
22

33
setup(name='python-ilorest-library',
4-
version='1.9.1',
4+
version='1.9.2',
55
description='iLO Rest Python Library',
66
author = 'Hewlett Packard Enterprise',
77
author_email = 'jackgarcia77@gmail.com',

0 commit comments

Comments
 (0)