From f6afc421efabc32cd5a9e5d44a037ab4ebd1a779 Mon Sep 17 00:00:00 2001 From: Artem Savinov Date: Mon, 14 Mar 2016 17:57:37 +0300 Subject: [PATCH] Address observations from plugin validation team * Fix release vesrion for test plan and user guide documentations Change-Id: Id6ba552059777274f2bc52d33fa1393999e4ea36 --- doc/test/conf.py | 2 +- doc/user/conf.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/test/conf.py b/doc/test/conf.py index 5556e35..4163da5 100644 --- a/doc/test/conf.py +++ b/doc/test/conf.py @@ -53,7 +53,7 @@ copyright = u'2015, Mirantis Inc.' # The short X.Y version. version = '2.0.0' # The full version, including alpha/beta/rc tags. -release = '2.0.0' +release = '2.0-2.0.0-1' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. diff --git a/doc/user/conf.py b/doc/user/conf.py index 74cf985..f6aaf5a 100644 --- a/doc/user/conf.py +++ b/doc/user/conf.py @@ -53,7 +53,7 @@ copyright = u'2015, Mirantis Inc.' # The short X.Y version. version = '2.0.0' # The full version, including alpha/beta/rc tags. -release = '2.0.0' +release = '2.0-2.0.0-1' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages.