diff --git a/docs/conf.py b/docs/conf.py
index 013ffadfdc966d362fea1256be0c43ba2320efce..cfc5f640d4f5bd52b4601f5f1caa52506d7578a2 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -52,7 +52,7 @@ copyright = '2015-2018, Project Gluon'
 # The version info for the project you're documenting, acts as replacement for
 # |version| and |release|, also used in various other places throughout the
 # built documents.
-version = release = '2018.2'
+version = release = '2018.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 a2f5312cd2e2e7c8c4d1c7606959e841d87402c1..81eafc5267400e63c2dc04af5bc592d1735fa808 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 v2018.2
+-- This is an example site configuration for Gluon v2018.2+
 --
 -- Take a look at the documentation located at
 -- https://gluon.readthedocs.io/ for details.