summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Waldmann <tw AT waldmann-edv DOT de>2011-06-24 15:06:36 +0200
committerThomas Waldmann <tw AT waldmann-edv DOT de>2011-06-24 15:06:36 +0200
commit7844916535d429bd882679a1abf81f324d520724 (patch)
tree4670a7ee70f433411d564f9a6081fad6e29943af
parent06e8d8fcf1d8da248b89395a0421c539b2d6b95b (diff)
downloadxstatic-7844916535d429bd882679a1abf81f324d520724.tar.gz
fix short version number in sphinx
-rw-r--r--docs/source/conf.py2
1 files changed, 1 insertions, 1 deletions
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'