summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Waldmann <tw AT waldmann-edv DOT de@localhost>2011-06-24 15:06:36 +0200
committerThomas Waldmann <tw AT waldmann-edv DOT de@localhost>2011-06-24 15:06:36 +0200
commit915813a1e6eeb518bce849e24c3baab5222b5dd1 (patch)
tree4670a7ee70f433411d564f9a6081fad6e29943af
parent94b456a1cdc3127adfb914732cb9e19dae6036d9 (diff)
downloadxstatic-git-915813a1e6eeb518bce849e24c3baab5222b5dd1.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'