Skip to content

Commit

Permalink
Merge pull request #36 from HewlettPackard/patch_release
Browse files Browse the repository at this point in the history
Changed version number for patch release
  • Loading branch information
VenkateshRavula authored Apr 30, 2020
2 parents 4869ab6 + 144ae5d commit bc68846
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 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.1 (Unreleased)
# 5.1.1

#### Bug fixes & Enhancements
- #34 Handle exception of get_by_aliasname method in certificates_server resource and return resource object
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'5.1.0'
version = u'5.1.1'
# The full version, including alpha/beta/rc tags.
release = u'5.1.0'
release = u'5.1.1'

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

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

Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,10 @@
from setuptools import setup

setup(name='hpOneView',
version='5.1.0',
version='5.1.1',
description='HPE OneView Python Library',
url='https://github.com/HewlettPackard/oneview-python',
download_url="https://github.com/HewlettPackard/oneview-python/tarball/v5.1.0",
download_url="https://github.com/HewlettPackard/oneview-python/tarball/v5.1.1",
author='Hewlett Packard Enterprise Development LP',
author_email='[email protected]',
license='Apache',
Expand Down

0 comments on commit bc68846

Please sign in to comment.