diff --git a/docs/conf.py b/docs/conf.py
index 1889255338b6d0fb0bd963d40f1e3953439f489e..c66cbf62a2a4e5063931090cba7de136528e7b61 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -54,9 +54,9 @@ copyright = '2015-2016, Project Gluon'
 # built documents.
 #
 # The short X.Y version.
-version = '2016.2'
+version = '2016.2+'
 # The full version, including alpha/beta/rc tags.
-release = '2016.2'
+release = '2016.2+'
 
 # 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 6405f6d614193a5e2f43d9c9a21b181e412cefe1..7c5bbe2540b2a9e6a0d3338e6c1d3ffa42dd646b 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 v2016.2
+-- This is an example site configuration for Gluon v2016.2+
 --
 -- Take a look at the documentation located at
 -- http://gluon.readthedocs.org/ for details.