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

Commit 3c62197

Browse files
authored
Merge pull request #430 from HewlettPackard/release/5.0.0
Updated documents for new release 5.0.0
2 parents b1fe884 + 168e311 commit 3c62197

File tree

4 files changed

+14
-11
lines changed

4 files changed

+14
-11
lines changed

CHANGELOG.md

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,12 @@
1-
# 5.0.0 (Unreleased)
1+
# 5.0.0
22
#### Notes
33
Extends support of the SDK to OneView Rest API version 800 (OneView v4.1).
4-
Designed a base class to keep all the common operations available for the resources.
5-
Introduced mixin classes to include the optional features of the resources.
6-
Resource data will be available with the resource object. This enhancement helps to
4+
5+
#### Major changes
6+
1. Extended support of SDK to API800.
7+
2. Designed a base class to keep all the common operations available for the resources.
8+
3. Introduced mixin classes to include the optional features of the resources.
9+
4. Resource data will be available with the resource object. This enhancement helps to
710
add helper methods and avoid passing uri/name to call the resource methods.
811

912
#### Breaking

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.8.0'
74+
version = u'5.0.0'
7575
# The full version, including alpha/beta/rc tags.
76-
release = u'4.8.0'
76+
release = u'5.0.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: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@
1414
standard_library.install_aliases()
1515

1616
__title__ = 'hpOneView'
17-
__version__ = '4.8.0'
18-
__copyright__ = '(C) Copyright (2012-2017) Hewlett Packard Enterprise Development LP'
17+
__version__ = '5.0.0'
18+
__copyright__ = '(C) Copyright (2012-2019) Hewlett Packard Enterprise Development LP'
1919
__license__ = 'MIT'
2020

2121
###

setup.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# -*- coding: utf-8 -*-
22
###
3-
# (C) Copyright (2012-2017) Hewlett Packard Enterprise Development LP
3+
# (C) Copyright (2012-2019) Hewlett Packard Enterprise Development LP
44
#
55
# Permission is hereby granted, free of charge, to any person obtaining a copy
66
# of this software and associated documentation files (the "Software"), to deal
@@ -26,10 +26,10 @@
2626
from setuptools import setup
2727

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

0 commit comments

Comments
 (0)