File tree Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1
- # 5.2.0 (unreleased)
1
+ # 5.2.0
2
2
#### Notes
3
3
Extends support of the SDK to OneView REST API version 1600 (OneView v5.20).
4
4
Original file line number Diff line number Diff line change 71
71
# built documents.
72
72
#
73
73
# The short X.Y version.
74
- version = u'5.1.1 '
74
+ version = u'5.2.0 '
75
75
# The full version, including alpha/beta/rc tags.
76
- release = u'5.1.1 '
76
+ release = u'5.2.0 '
77
77
78
78
# The language for content autogenerated by Sphinx. Refer to documentation
79
79
# for a list of supported languages.
Original file line number Diff line number Diff line change 14
14
standard_library .install_aliases ()
15
15
16
16
__title__ = 'hpOneView'
17
- __version__ = '5.1.1 '
17
+ __version__ = '5.2.0 '
18
18
__copyright__ = '(C) Copyright (2012-2020) Hewlett Packard Enterprise Development LP'
19
19
__license__ = 'Apache'
20
20
Original file line number Diff line number Diff line change 20
20
from setuptools import setup
21
21
22
22
setup (name = 'hpOneView' ,
23
- version = '5.1.1 ' ,
23
+ version = '5.2.0 ' ,
24
24
description = 'HPE OneView Python Library' ,
25
25
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 " ,
27
27
author = 'Hewlett Packard Enterprise Development LP' ,
28
28
author_email = 'oneview-pythonsdk@hpe.com' ,
29
29
license = 'Apache' ,
You can’t perform that action at this time.
0 commit comments