Skip to content

Commit f594f75

Browse files
Merge pull request #57 from HewlettPackard/release52
Release changes for 5.2
2 parents 2ccb8a3 + b0944b7 commit f594f75

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# 5.2.0 (unreleased)
1+
# 5.2.0
22
#### Notes
33
Extends support of the SDK to OneView REST API version 1600 (OneView v5.20).
44

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'5.1.1'
74+
version = u'5.2.0'
7575
# The full version, including alpha/beta/rc tags.
76-
release = u'5.1.1'
76+
release = u'5.2.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__ = '5.1.1'
17+
__version__ = '5.2.0'
1818
__copyright__ = '(C) Copyright (2012-2020) Hewlett Packard Enterprise Development LP'
1919
__license__ = 'Apache'
2020

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,10 @@
2020
from setuptools import setup
2121

2222
setup(name='hpOneView',
23-
version='5.1.1',
23+
version='5.2.0',
2424
description='HPE OneView Python Library',
2525
url='https://github.com/HewlettPackard/oneview-python',
26-
download_url="https://github.com/HewlettPackard/oneview-python/tarball/v5.1.1",
26+
download_url="https://github.com/HewlettPackard/oneview-python/tarball/v5.2.0",
2727
author='Hewlett Packard Enterprise Development LP',
2828
author_email='oneview-pythonsdk@hpe.com',
2929
license='Apache',

0 commit comments

Comments
 (0)