File tree 4 files changed +7
-7
lines changed
4 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 1
- # 4.7.0 (Unreleased)
1
+ # 4.7.0
2
2
#### Notes
3
3
Extends support of the SDK to OneView Rest API version 600 (OneView v4.0).
4
4
5
5
#### Features supported with current release:
6
6
- Alert
7
7
8
- #### New Resources :
8
+ #### New Resource :
9
9
- License
10
10
11
11
# 4.6.0
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'4.6 .0'
74
+ version = u'4.7 .0'
75
75
# The full version, including alpha/beta/rc tags.
76
- release = u'4.6 .0'
76
+ release = u'4.7 .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__ = '4.6 .0'
17
+ __version__ = '4.7 .0'
18
18
__copyright__ = '(C) Copyright (2012-2017) Hewlett Packard Enterprise Development LP'
19
19
__license__ = 'MIT'
20
20
Original file line number Diff line number Diff line change 26
26
from setuptools import setup
27
27
28
28
setup (name = 'hpOneView' ,
29
- version = '4.6 .0' ,
29
+ version = '4.7 .0' ,
30
30
description = 'HPE OneView Python Library' ,
31
31
url = 'https://github.com/HewlettPackard/python-hpOneView' ,
32
- download_url = "https://github.com/HewlettPackard/python-hpOneView/tarball/v4.6 .0" ,
32
+ download_url = "https://github.com/HewlettPackard/python-hpOneView/tarball/v4.7 .0" ,
33
33
author = 'Hewlett Packard Enterprise Development LP' ,
34
34
35
35
license = 'MIT' ,
You can’t perform that action at this time.
0 commit comments