diff --git a/doc/conf.py b/doc/conf.py index 0bbee5d3..260240f8 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -61,17 +61,17 @@ master_doc = 'index' # General information about the project. project = u'PyPSA-Eur' -copyright = u'copyright statement' -author = u'authors' +copyright = u'Copyright 2017-2019 Jonas Hoersch (KIT, FIAS), Fabian Hofmann (FIAS), David Schlachtberger (FIAS), Tom Brown (KIT, FIAS); 2019 Fabian Neumann (KIT)' +author = u'Jonas Hoersch (KIT, FIAS), Fabian Hofmann (FIAS), David Schlachtberger (FIAS), Tom Brown (KIT, FIAS), Fabian Neumann (KIT)' # 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'0.0.1' +version = u'0.1.0' # The full version, including alpha/beta/rc tags. -release = u'0.0.1' +release = u'0.1.0' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages.