This repository has been archived by the owner on Oct 15, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 57
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Updated documents for new release 5.0.0
- Loading branch information
Showing
4 changed files
with
14 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
|
@@ -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', | ||
|