From 915813a1e6eeb518bce849e24c3baab5222b5dd1 Mon Sep 17 00:00:00 2001 From: Thomas Waldmann Date: Fri, 24 Jun 2011 15:06:36 +0200 Subject: fix short version number in sphinx --- docs/source/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs') diff --git a/docs/source/conf.py b/docs/source/conf.py index 9806072..107fcf1 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -48,7 +48,7 @@ copyright = u'2011, Thomas Waldmann' # built documents. # # The short X.Y version. -version = '0.0.1a0' +version = '0.0' # The full version, including alpha/beta/rc tags. release = '0.0.1a0' -- cgit v1.2.1