From 12948c155eefa5328610ba9b38c429cdd32fa336 Mon Sep 17 00:00:00 2001 From: Roberto Rosario Date: Thu, 22 May 2014 17:08:04 -0400 Subject: [PATCH] Update version numbering and copyright years --- docs/conf.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/conf.py b/docs/conf.py index 536c778370..870e312e2e 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -45,7 +45,7 @@ master_doc = 'contents' # General information about the project. project = u'Mayan EDMS' -copyright = u'2011, 2012 Roberto Rosario' +copyright = u'2011 Roberto Rosario' # The version info for the project you're documenting, acts as replacement for # |version| and |release|, also used in various other places throughout the @@ -55,7 +55,7 @@ copyright = u'2011, 2012 Roberto Rosario' version = '1.0' # The full version, including alpha/beta/rc tags. -release = '1.0 alpha 0' +release = '1.0' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages.