Skip to content

Commit

Permalink
Merge branch 'Fixes_in_docker' of https://github.com/HewlettPackard/o…
Browse files Browse the repository at this point in the history
…neview-python into Fixes_in_docker
  • Loading branch information
HarikaChebrolu committed Jul 24, 2020
2 parents 4cbb099 + fa7ddec commit d9a0ccb
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 8 deletions.
3 changes: 1 addition & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# 5.3.0(unreleased)
# 5.3.0
#### Notes
Extends support of the SDK to OneView REST API version 1800 (OneView v5.30).

Expand All @@ -11,7 +11,6 @@ Extends support of the SDK to OneView REST API version 1800 (OneView v5.30).
- Ethernet network
- FC network
- FCOE network

- Firmware Drivers
- Hypervisor Cluster Profiles
- Hypervisor Managers
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,7 @@ export ONEVIEWSDK_PROXY='<proxy_host>:<proxy_port>'

### Setting your OneView version

The OneView Python SDK supports the API endpoints for HPE OneView 4.10, 4.20 and 5.00.
The OneView Python SDK supports the API endpoints for HPE OneView 4.10, 4.20, 5.00, 5.20, 5.30.

The current `default` HPE OneView version used by the Python SDK is `4.10`, API `800`.

Expand Down
4 changes: 2 additions & 2 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -71,9 +71,9 @@
# built documents.
#
# The short X.Y version.
version = u'5.2.1'
version = u'5.3.0'
# The full version, including alpha/beta/rc tags.
release = u'5.2.1'
release = u'5.3.0'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
2 changes: 1 addition & 1 deletion hpOneView/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
standard_library.install_aliases()

__title__ = 'hpOneView'
__version__ = '5.2.1'
__version__ = '5.3.0'
__copyright__ = '(C) Copyright (2012-2020) Hewlett Packard Enterprise Development LP'
__license__ = 'Apache'

Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,10 @@
from setuptools import setup

setup(name='hpOneView',
version='5.2.1',
version='5.3.0',
description='HPE OneView Python Library',
url='https://github.com/HewlettPackard/oneview-python',
download_url="https://github.com/HewlettPackard/oneview-python/tarball/v5.2.1",
download_url="https://github.com/HewlettPackard/oneview-python/tarball/v5.3.0",
author='Hewlett Packard Enterprise Development LP',
author_email='oneview-pythonsdk@hpe.com',
license='Apache',
Expand Down

0 comments on commit d9a0ccb

Please sign in to comment.