From 5d395a2dd0a4c777cc5f30ed327094bc8dc810d2 Mon Sep 17 00:00:00 2001 From: kaiyou Date: Thu, 2 Nov 2017 20:05:49 +0100 Subject: [PATCH] Fix the version number in the documentation --- docs/conf.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/conf.py b/docs/conf.py index e2ac758b..5718dc6d 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -56,9 +56,9 @@ author = 'Mailu authors' # built documents. # # The short X.Y version. -version = '1.5' +version = 'latest' # The full version, including alpha/beta/rc tags. -release = '1.5' +release = 'latest' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages.