Skip to content
This repository was archived by the owner on Oct 15, 2020. It is now read-only.

Commit ef9bee2

Browse files
Merge pull request #384 from HewlettPackard/release4.6.0
Updating documentation for extended API 600 support
2 parents e2ac671 + 124f288 commit ef9bee2

File tree

5 files changed

+8
-8
lines changed

5 files changed

+8
-8
lines changed

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
# 4.6.0 (Unreleased)
1+
# 4.6.0
22
#### Notes
33
Extends support of the SDK to OneView Rest API version 600 (OneView v4.0).
4-
Updated support for HPE Synergy Image Streamer REST API 500/600.
4+
Updated support for HPE Synergy Image Streamer REST API 500 and 600.
55

66
#### Features supported with current release:
77
- Deployment plan

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,7 @@ export ONEVIEWSDK_PROXY='<proxy_host>:<proxy_port>'
193193

194194
### Setting your OneView version
195195

196-
The OneView Python SDK supports the API endpoints for HPE OneView 2.0, 3.0 and 3.10.
196+
The OneView Python SDK supports the API endpoints for HPE OneView 2.0, 3.0, 3.10 and 4.0.
197197

198198
The current `default` HPE OneView version used by the Python SDK is `3.00`, API `300`.
199199

docs/source/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,9 +71,9 @@
7171
# built documents.
7272
#
7373
# The short X.Y version.
74-
version = u'4.5.0'
74+
version = u'4.6.0'
7575
# The full version, including alpha/beta/rc tags.
76-
release = u'4.5.0'
76+
release = u'4.6.0'
7777

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

hpOneView/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
standard_library.install_aliases()
1515

1616
__title__ = 'hpOneView'
17-
__version__ = '4.5.0'
17+
__version__ = '4.6.0'
1818
__copyright__ = '(C) Copyright (2012-2017) Hewlett Packard Enterprise Development LP'
1919
__license__ = 'MIT'
2020

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,10 @@
2626
from setuptools import setup
2727

2828
setup(name='hpOneView',
29-
version='4.5.0',
29+
version='4.6.0',
3030
description='HPE OneView Python Library',
3131
url='https://github.com/HewlettPackard/python-hpOneView',
32-
download_url="https://github.com/HewlettPackard/python-hpOneView/tarball/v4.5.0",
32+
download_url="https://github.com/HewlettPackard/python-hpOneView/tarball/v4.6.0",
3333
author='Hewlett Packard Enterprise Development LP',
3434
author_email='[email protected]',
3535
license='MIT',

0 commit comments

Comments
 (0)