From 42243a0c7315c508bd6b5f2d60e8c987f908aeff Mon Sep 17 00:00:00 2001 From: Marti Bolivar Date: Thu, 26 May 2011 01:55:18 -0400 Subject: Make docs say their version is 'custom-build'. This should get changed on each release branch when the time comes. A FIXME comment has been added to that effect. --- source/conf.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'source/conf.py') diff --git a/source/conf.py b/source/conf.py index 63f109f..975ad1e 100644 --- a/source/conf.py +++ b/source/conf.py @@ -59,7 +59,8 @@ copyright = u'2010, LeafLabs, LLC' # The short X.Y version. version = '0.0' # The full version, including alpha/beta/rc tags. -release = '0.0.10beta' +# FIXME [0.0.11] update this for the release +release = 'custom-build' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. -- cgit v1.2.3