From c77be0ff18231706f54ac5bc2ac8adafbad85015 Mon Sep 17 00:00:00 2001 From: Simon Pasquier Date: Mon, 8 Jun 2015 17:26:06 +0200 Subject: [PATCH] Fix the version number in the documentation Change-Id: Ic9666690e3d10d7fcd25b010adc6c9eeac4045e2 --- doc/source/conf.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/source/conf.py b/doc/source/conf.py index 2f444470f..199a8a95b 100644 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -51,9 +51,9 @@ copyright = u'2015, Mirantis Inc.' # built documents. # # The short X.Y version. -version = '1.0' +version = '0.7' # The full version, including alpha/beta/rc tags. -release = '1.0' +release = '0.7.0' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages.