From 1bba920c6937c181bcf986efa6e22d7db89f24b1 Mon Sep 17 00:00:00 2001 From: Martin Mahner Date: Mon, 13 Jul 2009 11:19:55 +0200 Subject: [PATCH] Docs: Updated to version 0.2. Removed Jannis from the copyright line. --- docs/conf.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/conf.py b/docs/conf.py index 5eb2160..e4c6b15 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -38,17 +38,17 @@ master_doc = 'index' # General information about the project. project = u'django-authority' -copyright = u'2009, Jannis Leidel' +copyright = u'2009, The django-authority 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.1' +version = '0.2' # The full version, including alpha/beta/rc tags. -release = '0.1' +release = '0.2' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. @@ -174,7 +174,7 @@ htmlhelp_basename = 'django-authoritydoc' # (source start file, target name, title, author, documentclass [howto/manual]). latex_documents = [ ('index', 'django-authority.tex', u'django-authority Documentation', - u'Jannis Leidel', 'manual'), + u'The django-authority team', 'manual'), ] # The name of an image file (relative to this directory) to place at the top of