This repository was archived by the owner on Oct 15, 2020. It is now read-only.
File tree Expand file tree Collapse file tree 4 files changed +7
-7
lines changed
Expand file tree Collapse file tree 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
22#### Notes
33Extends support of the SDK to OneView Rest API version 600 (OneView v4.0).
44
55#### Features supported with current release:
66- Alert
77
8- #### New Resources :
8+ #### New Resource :
99- License
1010
1111# 4.6.0
Original file line number Diff line number Diff line change 7171# built documents.
7272#
7373# The short X.Y version.
74- version = u'4.6 .0'
74+ version = u'4.7 .0'
7575# The full version, including alpha/beta/rc tags.
76- release = u'4.6 .0'
76+ release = u'4.7 .0'
7777
7878# The language for content autogenerated by Sphinx. Refer to documentation
7979# for a list of supported languages.
Original file line number Diff line number Diff line change 1414standard_library .install_aliases ()
1515
1616__title__ = 'hpOneView'
17- __version__ = '4.6 .0'
17+ __version__ = '4.7 .0'
1818__copyright__ = '(C) Copyright (2012-2017) Hewlett Packard Enterprise Development LP'
1919__license__ = 'MIT'
2020
Original file line number Diff line number Diff line change 2626from setuptools import setup
2727
2828setup (name = 'hpOneView' ,
29- version = '4.6 .0' ,
29+ version = '4.7 .0' ,
3030 description = 'HPE OneView Python Library' ,
3131 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" ,
3333 author = 'Hewlett Packard Enterprise Development LP' ,
34343535 license = 'MIT' ,
You can’t perform that action at this time.
0 commit comments