Add a page for release 0.1.0 to release notes

Change-Id: Iec63a762db53e363c5615923fe654edc47613f02
Depends-On: I6b2a42144db040ac7a3a34296a38835f839f5309
This commit is contained in:
Felipe Monteiro 2017-05-11 21:12:30 +01:00
parent eeb271a21e
commit 7ae2ff1c43
4 changed files with 33 additions and 8 deletions

View File

@ -0,0 +1,18 @@
# Copyright (c) 2017 AT&T Corporation.
#
# Licensed under the Apache License, Version 2.0 (the "License"); you may not
# use this file except in compliance with the License. You may obtain a copy of
# the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
# WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
# License for the specific language governing permissions and limitations under
# the License.
import pbr.version
version_info = pbr.version.VersionInfo('patrole')

View File

@ -55,18 +55,18 @@ source_suffix = '.rst'
master_doc = 'index'
# General information about the project.
project = u'patrole Release Notes'
project = u'Patrole Release Notes'
copyright = u'2017, Patrole Developers'
# 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.
from patrole_tempest_plugin.version import version_info as patrole_version
# The full version, including alpha/beta/rc tags.
release = ''
release = patrole_version.version_string_with_vcs()
# The short X.Y version.
version = ''
version = patrole_version.canonical_version_string()
# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
@ -256,7 +256,7 @@ man_pages = [
texinfo_documents = [
('index', 'PatroleReleaseNotes', u'Patrole Release Notes Documentation',
u'Patrole Developers', 'PatroleReleaseNotes',
'One line description of project.',
'A Tempest plugin for performing RBAC testing.',
'Miscellaneous'),
]

View File

@ -1,8 +1,9 @@
============================================
patrole Release Notes
============================================
======================
Patrole Release Notes
======================
.. toctree::
:maxdepth: 1
unreleased
v0.1.0

View File

@ -0,0 +1,6 @@
=====================
v0.1.0 Release Notes
=====================
.. release-notes:: 0.1.0 Release Notes
:version: 0.1.0