diff options
Diffstat (limited to 'docs/source')
-rw-r--r-- | docs/source/conf.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/source/conf.py b/docs/source/conf.py index 63f109f..975ad1e 100644 --- a/docs/source/conf.py +++ b/docs/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. |