diff --git a/docs/conf.py b/docs/conf.py
index bd8d8cf9a6538abd4ab1d48e2d738e4936a28348..e09d3c575df98cad20545f3d4eeb5588104a5221 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -81,17 +81,17 @@ master_doc = 'index'
 
 # General information about the project.
 project = u'Mindstorms EV3 Toolbox'
-copyright = u'2016, LfB RWTH-Aachen'
-author = u'Tim Stadtmann'
+copyright = u'2016, LfB - RWTH Aachen'
+author = u'LfB - RWTH Aachen'
 
 # 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.
 #
 # The short X.Y version.
-version = u'v0.3'
+version = u'v0.4'
 # The full version, including alpha/beta/rc tags.
-release = u'v0.3-rc.8'
+release = u'v0.4-rc.10'
 
 # The language for content autogenerated by Sphinx. Refer to documentation
 # for a list of supported languages.
@@ -293,7 +293,7 @@ latex_elements = {
 #  author, documentclass [howto, manual, or own class]).
 latex_documents = [
     (master_doc, 'MindstormsEV3Toolbox.tex', u'Mindstorms EV3 Toolbox Documentation',
-     u'Tim Stadtmann', 'manual'),
+     u'LfB - RWTH Aachen', 'manual'),
 ]
 
 # The name of an image file (relative to this directory) to place at the top of