diff --git a/docs/conf.py b/docs/conf.py
index 450fefefc5ddba6c652947b1861177eee5ef6640..c0a54260e462cc115764b6810637e3b50f00c0f0 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 793fce0b19c32d255174b1858585a986b64f0361..4fa426eeb98760cf7f4a9ce95b3fc06140ac64fe 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.