diff --git a/CHANGELOG.md b/CHANGELOG.md index 0fe8b577a..61e8bd8c9 100755 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -# 5.2.0 (unreleased) +# 5.2.0 #### Notes Extends support of the SDK to OneView REST API version 1600 (OneView v5.20). diff --git a/docs/source/conf.py b/docs/source/conf.py index 211a6d4bd..c5c4b0f0e 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -71,9 +71,9 @@ # built documents. # # The short X.Y version. -version = u'5.1.1' +version = u'5.2.0' # The full version, including alpha/beta/rc tags. -release = u'5.1.1' +release = u'5.2.0' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. diff --git a/hpOneView/__init__.py b/hpOneView/__init__.py index 283c73d5e..651cdb990 100644 --- a/hpOneView/__init__.py +++ b/hpOneView/__init__.py @@ -14,7 +14,7 @@ standard_library.install_aliases() __title__ = 'hpOneView' -__version__ = '5.1.1' +__version__ = '5.2.0' __copyright__ = '(C) Copyright (2012-2020) Hewlett Packard Enterprise Development LP' __license__ = 'Apache' diff --git a/setup.py b/setup.py index aa00aa730..3a1bc5f2f 100644 --- a/setup.py +++ b/setup.py @@ -20,10 +20,10 @@ from setuptools import setup setup(name='hpOneView', - version='5.1.1', + version='5.2.0', description='HPE OneView Python Library', url='https://github.com/HewlettPackard/oneview-python', - download_url="https://github.com/HewlettPackard/oneview-python/tarball/v5.1.1", + download_url="https://github.com/HewlettPackard/oneview-python/tarball/v5.2.0", author='Hewlett Packard Enterprise Development LP', author_email='oneview-pythonsdk@hpe.com', license='Apache',