From a199f1ba538ba599765ca6e84384a092c0ecce81 Mon Sep 17 00:00:00 2001 From: Soren Hansen Date: Tue, 19 Oct 2010 23:41:25 -0400 Subject: Also update version in docs. --- doc/source/conf.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'doc') diff --git a/doc/source/conf.py b/doc/source/conf.py index 349d23af2..505771ff8 100644 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -47,9 +47,9 @@ copyright = u'2010, United States Government as represented by the Administrator # built documents. # # The short X.Y version. -version = '0.9' +version = '2010.1' # The full version, including alpha/beta/rc tags. -release = '0.9.1' +release = '2010.1' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. -- cgit