Skip to content

Commit

Permalink
Merge pull request #57 from HewlettPackard/release52
Browse files Browse the repository at this point in the history
Release changes for 5.2
  • Loading branch information
VenkateshRavula authored May 18, 2020
2 parents 2ccb8a3 + b0944b7 commit f594f75
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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).

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.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.
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.1.1'
__version__ = '5.2.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.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='[email protected]',
license='Apache',
Expand Down

0 comments on commit f594f75

Please sign in to comment.