From d4862a0130f65ba080970bc542a153eb64d50efd Mon Sep 17 00:00:00 2001
From: Martin Weinelt <hexa@darmstadt.ccc.de>
Date: Tue, 20 Nov 2018 20:16:09 +0100
Subject: [PATCH] docs, README: Gluon v2018.1.2

---
 README.md                   | 2 +-
 docs/conf.py                | 2 +-
 docs/site-example/site.conf | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/README.md b/README.md
index 91bac8d0..3c1445b6 100644
--- a/README.md
+++ b/README.md
@@ -19,7 +19,7 @@ the future development of Gluon.
 
 Please refrain from using the `master` branch for anything else but development purposes!
 Use the most recent release instead. You can list all releases by running `git tag`
-and switch to one by running `git checkout v2018.1.1 && make update`.
+and switch to one by running `git checkout v2018.1.2 && 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 79272816..464a4665 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.1.1'
+version = release = '2018.1.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 24fb68d0..a05af561 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.1.1
+-- This is an example site configuration for Gluon v2018.1.2
 --
 -- Take a look at the documentation located at
 -- http://gluon.readthedocs.org/ for details.
-- 
GitLab