From da0018018f4b4f0d8295d8f3961b3a0585eddd9b Mon Sep 17 00:00:00 2001 From: Andrew Brown Date: Sun, 4 Mar 2012 14:17:39 -0500 Subject: [PATCH] bumped version in docs --- docs/conf.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/conf.py b/docs/conf.py index 04bce72..3d880b8 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-2012 the Overviewer Team' +copyright = u'2010-2012 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.4" +version = "0.9" # The full version, including alpha/beta/rc tags. -release = "0.4" +release = "0.9" # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages.