commit 4601552d7805786b4401c9bda85d06c091bf0e7c Author: aagbsn aagbsn@extc.org Date: Thu Dec 6 18:10:26 2012 +0000
Set release version to 0.1-alpha --- 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 570e4e6..1362e06 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -51,9 +51,9 @@ copyright = u'2012, The Tor Project' # built documents. # # The short X.Y version. -version = 'v0.0.7.1' +version = '0.1' # The full version, including alpha/beta/rc tags. -release = 'v0.0.7.1-alpha' +release = '0.1-alpha'
# The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages.