diff options
Diffstat (limited to 'docs/source')
-rw-r--r-- | docs/source/conf.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/source/conf.py b/docs/source/conf.py index 5c5dc0b..f3af983 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -58,10 +58,10 @@ copyright = u'2010, 2011, LeafLabs, LLC. 2014 Various Contributors' # built documents. # # The short X.Y version. -version = '0.0' +version = '0.1' # The full version, including alpha/beta/rc tags. # FIXME [RELEASE] update this for the release -release = 'custom-build' +release = 'v0.1.0-dev' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. |