summaryrefslogtreecommitdiffstats
path: root/docs/conf.py
diff options
context:
space:
mode:
Diffstat (limited to 'docs/conf.py')
-rw-r--r--docs/conf.py6
1 files changed, 4 insertions, 2 deletions
diff --git a/docs/conf.py b/docs/conf.py
index 62ad33bb7..c1174b073 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -59,12 +59,14 @@ copyright = u'2008-2014, pyLoad Team'
# built documents.
#
# The full version, including alpha/beta/rc tags.
-""" [[[cog
+"""
+[[[cog
from pavement import options
v = options.version.split(".")
cog.outl("version = '%s'" % ".".join(v[:2]))
cog.outl("release = '%s'" % ".".join(v))
-]]]"""
+]]]
+"""
version = '0.4'
release = '0.4.10'
# [[[end]]]