Skip to content

Commit

Permalink
Changes for version 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
victorhugorodrigues committed Oct 16, 2018
1 parent 1d8cf0f commit c112520
Show file tree
Hide file tree
Showing 4 changed files with 15 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 @@
# 0.3.0 (unreleased)
# 0.3.0

# Bug fixes & Enhancements
- #216 Implement GET EventService
Expand Down
6 changes: 3 additions & 3 deletions doc/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 Redfish Toolkit'
copyright = u'(C) 2017 Hewlett Packard Enterprise Development LP'
copyright = u'(C) Copyright (2017-2018) Hewlett Packard Enterprise Development LP'
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'1.0.0'
version = u'0.3.0'
# The full version, including alpha/beta/rc tags.
release = u'1.0.0'
release = u'0.3.0'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
8 changes: 8 additions & 0 deletions oneview_redfish_toolkit/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
__title__ = 'oneview-redfish-toolkit'

__version__ = '0.3.0'

__copyright__ = '(C) Copyright (2017-2018) Hewlett Packard Enterprise '\
'Development LP'

__license__ = 'Apache License 2.0'
5 changes: 3 additions & 2 deletions setup.cfg
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
[metadata]
name = oneview-redfish-toolkit
version = 0.3.0
summary = 'This toolkit provides a REST service to answer DMTF\'s Redfish compliant requests by querying HPE OneView.'
description-file =
README.md
author = Hewlett Packard Enterprise Development LP
author-email = oneview-pythonsdk@hpe.com
home-page = http://oneview-redfish-toolkit.github.io/
author-email = oneview-redfish-toolkit@hpe.com
home-page = https://github.com/HewlettPackard/oneview-redfish-toolkit
license='Apache License 2.0'
classifier =
Environment :: Redfish
Expand Down

0 comments on commit c112520

Please sign in to comment.