summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorErik Rose <erik@mozilla.com>2011-11-24 20:13:24 -0800
committerErik Rose <erik@mozilla.com>2011-11-27 11:23:40 -0800
commitfe38a088e7ea9d602ce327226ad93e977f2a30c2 (patch)
treedfadaaa9872eff826af33ec076cb8e54c3d6face /docs
parentaf90fa34f16341620e95695da64aac0bf04cbec2 (diff)
downloadblessings-fe38a088e7ea9d602ce327226ad93e977f2a30c2.tar.gz
Remove SPOT for version, because __init__ throws a SyntaxError when imported from setup.py.
Diffstat (limited to 'docs')
-rw-r--r--docs/conf.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/conf.py b/docs/conf.py
index a1c2f49..040b29a 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -50,7 +50,7 @@ copyright = u'2011, The Mozilla Foundation'
# built documents.
#
# The short X.Y version.
-version = '.'.join(str(i) for i in blessings.__version__)
+version = '1.2'
# The full version, including alpha/beta/rc tags.
release = version