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

Commit

Permalink
Merge pull request #430 from HewlettPackard/release/5.0.0
Browse files Browse the repository at this point in the history
Updated documents for new release 5.0.0
  • Loading branch information
sijeesh authored Apr 15, 2019
2 parents b1fe884 + 168e311 commit 3c62197
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 11 deletions.
11 changes: 7 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,12 @@
# 5.0.0 (Unreleased)
# 5.0.0
#### Notes
Extends support of the SDK to OneView Rest API version 800 (OneView v4.1).
Designed a base class to keep all the common operations available for the resources.
Introduced mixin classes to include the optional features of the resources.
Resource data will be available with the resource object. This enhancement helps to

#### Major changes
1. Extended support of SDK to API800.
2. Designed a base class to keep all the common operations available for the resources.
3. Introduced mixin classes to include the optional features of the resources.
4. Resource data will be available with the resource object. This enhancement helps to
add helper methods and avoid passing uri/name to call the resource methods.

#### Breaking
Expand Down
4 changes: 2 additions & 2 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -71,9 +71,9 @@
# built documents.
#
# The short X.Y version.
version = u'4.8.0'
version = u'5.0.0'
# The full version, including alpha/beta/rc tags.
release = u'4.8.0'
release = u'5.0.0'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
4 changes: 2 additions & 2 deletions hpOneView/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
standard_library.install_aliases()

__title__ = 'hpOneView'
__version__ = '4.8.0'
__copyright__ = '(C) Copyright (2012-2017) Hewlett Packard Enterprise Development LP'
__version__ = '5.0.0'
__copyright__ = '(C) Copyright (2012-2019) Hewlett Packard Enterprise Development LP'
__license__ = 'MIT'

###
Expand Down
6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# -*- coding: utf-8 -*-
###
# (C) Copyright (2012-2017) Hewlett Packard Enterprise Development LP
# (C) Copyright (2012-2019) Hewlett Packard Enterprise Development LP
#
# Permission is hereby granted, free of charge, to any person obtaining a copy
# of this software and associated documentation files (the "Software"), to deal
Expand All @@ -26,10 +26,10 @@
from setuptools import setup

setup(name='hpOneView',
version='4.8.0',
version='5.0.0',
description='HPE OneView Python Library',
url='https://github.com/HewlettPackard/python-hpOneView',
download_url="https://github.com/HewlettPackard/python-hpOneView/tarball/v4.8.0",
download_url="https://github.com/HewlettPackard/python-hpOneView/tarball/v5.0.0",
author='Hewlett Packard Enterprise Development LP',
author_email='[email protected]',
license='MIT',
Expand Down

0 comments on commit 3c62197

Please sign in to comment.