diff options
author | bnewbold <bnewbold@robocracy.org> | 2014-09-01 17:01:48 -0400 |
---|---|---|
committer | bnewbold <bnewbold@robocracy.org> | 2014-09-01 19:59:14 -0400 |
commit | 0b124be42c53067d5b59562e02a164bdd09bffe8 (patch) | |
tree | a81613354f9c318a54236b4f3a58f7738131965d /docs | |
parent | b1ef722fa3de0ca3f4bb495fff2ff1cd3f4739cf (diff) | |
download | librambutan-0b124be42c53067d5b59562e02a164bdd09bffe8.tar.gz librambutan-0b124be42c53067d5b59562e02a164bdd09bffe8.zip |
docs: clarify versioning
Diffstat (limited to 'docs')
-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. |