From 6f6c4d06e5952e88198099f15d3fee1458cebe50 Mon Sep 17 00:00:00 2001
From: Tim Stadtmann <tim.stadtmann@rwth-aachen.de>
Date: Thu, 8 Dec 2016 15:07:00 +0100
Subject: [PATCH] Change copyright and version no. of documentation

---
 docs/conf.py | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/docs/conf.py b/docs/conf.py
index 7da4720..bd8d8cf 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -81,7 +81,7 @@ master_doc = 'index'
 
 # General information about the project.
 project = u'Mindstorms EV3 Toolbox'
-copyright = u'2016, Tim Stadtmann'
+copyright = u'2016, LfB RWTH-Aachen'
 author = u'Tim Stadtmann'
 
 # The version info for the project you're documenting, acts as replacement for
@@ -91,7 +91,7 @@ author = u'Tim Stadtmann'
 # The short X.Y version.
 version = u'v0.3'
 # The full version, including alpha/beta/rc tags.
-release = u'v0.3-rc.6'
+release = u'v0.3-rc.8'
 
 # The language for content autogenerated by Sphinx. Refer to documentation
 # for a list of supported languages.
-- 
GitLab