summaryrefslogtreecommitdiff
path: root/docs/source
diff options
context:
space:
mode:
authorPatrick Totzke <patricktotzke@gmail.com>2012-02-11 11:33:42 +0000
committerPatrick Totzke <patricktotzke@gmail.com>2012-02-11 11:33:42 +0000
commitc453a096c50c8c7f1837974f3600925031427fd4 (patch)
treef6e83e127af39a6d2a75f9a4f08ea1a7faf4cdcd /docs/source
parentccb576780e37da9c29e08c6aea901d561f298ee0 (diff)
use version string from local module
Diffstat (limited to 'docs/source')
-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 7a74dd46..5df72a60 100644
--- a/docs/source/conf.py
+++ b/docs/source/conf.py
@@ -80,7 +80,7 @@ copyright = u'2012, Patrick Totzke'
# built documents.
#
# The short X.Y version.
-version = '0.21'
+version = __version__
# The full version, including alpha/beta/rc tags.
release = '0.21'