From 57c8d92cdf6584d9cbfe03cd4c083f3ad1baf0b8 Mon Sep 17 00:00:00 2001 From: Sergey Kolekonov Date: Thu, 14 Jan 2016 14:50:37 +0300 Subject: [PATCH] Correct version in plugin guide Actual plugin version is 1.1-1.1.0-1 Change-Id: I62bfc236351ceabebd565ba3d8d8718e5eb7e5a3 --- doc/source/conf.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/source/conf.py b/doc/source/conf.py index 4a45162..7c65920 100644 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -54,9 +54,9 @@ copyright = u'2015, Mirantis Inc.' # built documents. # # The short X.Y version. -version = '2.0-2.0.0-2' +version = '1.1-1.1.0-1' # The full version, including alpha/beta/rc tags. -release = '2.0-2.0.0-2' +release = '1.1-1.1.0-1' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. @@ -233,7 +233,7 @@ latex_elements = { 'classoptions': ',openany,oneside', 'babel' : '\\usepackage[e # One entry per manual page. List of tuples # (source start file, name, description, authors, manual section). man_pages = [ - ('index', 'fuel-plugin-fwaas', u'Guide to the FWaaS Plugin ver. 2.0-2.0.0-2 for Fuel', + ('index', 'fuel-plugin-fwaas', u'Guide to the FWaaS Plugin ver. 1.1-1.1.0-1 for Fuel', [u'Mirantis Inc.'], 1) ]