From a4b6651072658636bb6db4d4f1a82a0c65164360 Mon Sep 17 00:00:00 2001 From: Nicolas F Date: Thu, 30 Jun 2016 09:09:58 +0200 Subject: [PATCH] Update docs version and copyright year --- docs/conf.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/conf.py b/docs/conf.py index 607a1cf..5fb1ee7 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -41,16 +41,16 @@ master_doc = 'index' # General information about the project. project = u'Overviewer' -copyright = u'2010-2014 The Overviewer Team' +copyright = u'2010-2016 The Overviewer Team' # 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 = "0.11" +version = "0.12" # The full version, including alpha/beta/rc tags. -release = "0.11" +release = "0.12" # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages.