diff --git a/docs/conf.py b/docs/conf.py
index 4dee07af75ee0b39b4c492953cc1709446564bbc..090de523567bc0e12df288010dc489b9f3ce37a0 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -54,9 +54,9 @@ copyright = '2015, Project Gluon'
 # built documents.
 #
 # The short X.Y version.
-version = '2015.1'
+version = '2015.1+'
 # The full version, including alpha/beta/rc tags.
-release = '2015.1'
+release = '2015.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 0849c07e7c3999151c27009e8d9bf1016843fecf..6cffded818d03b1bdb007a4aa2cc3d681ee68d9d 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 v2015.1
+-- This is an example site configuration for Gluon v2015.1+
 --
 -- Take a look at the documentation located at
 -- http://gluon.readthedocs.org/ for details.