From 49354994ef280b6e2d629629c95f940fb39bc01c Mon Sep 17 00:00:00 2001 From: Matthias Schiffer Date: Sat, 10 Jun 2017 14:06:00 +0200 Subject: [PATCH] docs: Gluon v2017.1+ --- docs/conf.py | 4 ++-- docs/site-example/site.conf | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/conf.py b/docs/conf.py index 450fefef..c0a54260 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -54,9 +54,9 @@ copyright = '2015-2017, Project Gluon' # built documents. # # The short X.Y version. -version = '2017.1' +version = '2017.1+' # The full version, including alpha/beta/rc tags. -release = '2017.1' +release = '2017.1+' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. diff --git a/docs/site-example/site.conf b/docs/site-example/site.conf index 793fce0b..4fa426ee 100644 --- a/docs/site-example/site.conf +++ b/docs/site-example/site.conf @@ -1,4 +1,4 @@ --- This is an example site configuration for Gluon v2017.1 +-- This is an example site configuration for Gluon v2017.1+ -- -- Take a look at the documentation located at -- http://gluon.readthedocs.org/ for details.