From e4286948fd120476463f39218c63fd2e41fcc1b6 Mon Sep 17 00:00:00 2001 From: Trevor Bramwell Date: Wed, 25 Apr 2018 10:55:35 -0700 Subject: Set release/version to Fraser for stable branch The documentation currently lists the version as 'Latest'. Chaging this to 'Fraser' will fix this. Change-Id: Iab9112f2ad8c358fc98df7fd545635edfcedb953 Signed-off-by: Trevor Bramwell --- docs/conf.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/conf.py b/docs/conf.py index 9d9f28168..d2c234779 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -41,9 +41,9 @@ author = 'Open Platform for NFV' # built documents. # # The short X.Y version. -version = 'Latest' +version = 'Fraser' # The full version, including alpha/beta/rc tags. -release = 'Latest' +release = 'Fraser' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. -- cgit 1.2.3-korg