diff --git a/README.md b/README.md
index acb027fb3d350e83ede17f5738374d7f8381b708..8775013680dbd40f1cfcdd5f77d2c5e5ccdfee05 100644
--- a/README.md
+++ b/README.md
@@ -16,7 +16,7 @@ our mailinglist to discuss it first.
 
 Please refrain from using the master branch for anything else but development purposes!
 Use the most recent release instead. You can list all relaseses by running `git branch -a`
-and switch to one by running `git checkout v2014.4;make update`.
+and switch to one by running `git checkout v2015.1 && make update`.
 
 If you're using the autoupdater, do not autoupdate nodes with anything but releases.
 If you upgrade using random master commits the nodes *will break* eventually.
diff --git a/docs/conf.py b/docs/conf.py
index 0856ed6f0c6e688650ad4c40b9b32856bdf0418c..4dee07af75ee0b39b4c492953cc1709446564bbc 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 = '2014.4+'
+version = '2015.1'
 # The full version, including alpha/beta/rc tags.
-release = '2014.4+'
+release = '2015.1'
 
 # The language for content autogenerated by Sphinx. Refer to documentation
 # for a list of supported languages.
diff --git a/docs/releases/v2015.1.rst b/docs/releases/v2015.1.rst
index aac47e6fd09a21bef958f183d53eae346731bcab..8e5c8e99d1caa06eab82e68321613d80c65e7d6e 100644
--- a/docs/releases/v2015.1.rst
+++ b/docs/releases/v2015.1.rst
@@ -1,5 +1,5 @@
-Gluon 2015.1 (in development)
-=============================
+Gluon 2015.1
+============
 
 Added hardware support
 ~~~~~~~~~~~~~~~~~~~~~~
diff --git a/docs/site-example/site.conf b/docs/site-example/site.conf
index 310f8bc567cb6caa1b99809491c5036b2a3560e0..0849c07e7c3999151c27009e8d9bf1016843fecf 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 v2014.4
+-- This is an example site configuration for Gluon v2015.1
 --
 -- Take a look at the documentation located at
 -- http://gluon.readthedocs.org/ for details.
diff --git a/docs/user/getting_started.rst b/docs/user/getting_started.rst
index adbec0264e620ae369d3fb8dc61b5ff06e46bc36..885a38879e1e0339afa9462404f3fe0151c6eabe 100644
--- a/docs/user/getting_started.rst
+++ b/docs/user/getting_started.rst
@@ -38,7 +38,7 @@ Building the images
 -------------------
 
 To build Gluon, first check out the repository. Replace *RELEASE* with the
-version you'd like to checkout, e.g. *v2014.4*.
+version you'd like to checkout, e.g. *v2015.1*.
 
 ::