Skip to content
This repository was archived by the owner on Oct 15, 2020. It is now read-only.

Commit c862348

Browse files
committed
Release v4.8.0
Signed-off-by: Gianluca Zecchi <[email protected]>
1 parent 686c8bc commit c862348

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
1-
# 4.7.2 (Unreleased)
1+
# 4.8.0 (Unreleased)
22
#### Notes
33
Added the capability to handle OneView Appliance SNMP Settings
4+
Extends support of the SDK to OneView Rest API version 800 (OneView v4.1).
45

56
#### Features supported with current release:
67
- Appliance Device Read Community
78
- Appliance Device SNMP v1 Trap Destinations
89
- Appliance Device SNMP v3 Trap Destinations
910
- Appliance Device SNMP v3 Users
1011

11-
# 4.7.1
1212
#### Bug fixes
1313
- [#364] (https://github.com/HewlettPackard/python-hpOneView/issues/364) Bug in index_resources.get_all()
1414

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

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,10 @@
2626
from setuptools import setup
2727

2828
setup(name='hpOneView',
29-
version='4.7.2',
29+
version='4.8.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.7.2",
32+
download_url="https://github.com/HewlettPackard/python-hpOneView/tarball/v4.8.0",
3333
author='Hewlett Packard Enterprise Development LP',
3434
author_email='[email protected]',
3535
license='MIT',

0 commit comments

Comments
 (0)