Skip to content

Commit

Permalink
Updated SDK version for PR release
Browse files Browse the repository at this point in the history
  • Loading branch information
VenkateshRavula committed Apr 16, 2020
1 parent af38129 commit 44d4dd9
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# 5.1.0 (unreleased version)
# 5.1.0
#### Notes
Extends support of the SDK to OneView REST API version 800, 1000 and 1200.

Expand Down
6 changes: 3 additions & 3 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,17 +63,17 @@

# General information about the project.
project = u'HPE OneView Python SDK'
copyright = u'(C) 2019 Hewlett Packard Enterprise'
copyright = u'(C) 2020 Hewlett Packard Enterprise'
author = u'Hewlett Packard Enterprise'

# The version info for the project you're documenting, acts as replacement for
# |version| and |release|, also used in various other places throughout the
# built documents.
#
# The short X.Y version.
version = u'5.0.0'
version = u'5.1.0'
# The full version, including alpha/beta/rc tags.
release = u'5.0.0'
release = u'5.1.0'

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

__title__ = 'hpOneView'
__version__ = '5.0.0'
__copyright__ = '(C) Copyright (2012-2019) Hewlett Packard Enterprise Development LP'
__version__ = '5.1.0'
__copyright__ = '(C) Copyright (2012-2020) Hewlett Packard Enterprise Development LP'
__license__ = 'Apache'

###
# (C) Copyright [2019] Hewlett Packard Enterprise Development LP
# (C) Copyright [2020] Hewlett Packard Enterprise Development LP
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
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 [2019] Hewlett Packard Enterprise Development LP
# (C) Copyright [2020] Hewlett Packard Enterprise Development LP
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
Expand All @@ -20,10 +20,10 @@
from setuptools import setup

setup(name='hpOneView',
version='5.0.0',
version='5.1.0',
description='HPE OneView Python Library',
url='https://github.com/HewlettPackard/oneview-python',
download_url="https://github.com/HewlettPackard/oneview-python/tarball/v5.0.0",
download_url="https://github.com/HewlettPackard/oneview-python/tarball/v5.1.0",
author='Hewlett Packard Enterprise Development LP',
author_email='oneview-pythonsdk@hpe.com',
license='Apache',
Expand Down

0 comments on commit 44d4dd9

Please sign in to comment.