From fe38a088e7ea9d602ce327226ad93e977f2a30c2 Mon Sep 17 00:00:00 2001 From: Erik Rose Date: Thu, 24 Nov 2011 20:13:24 -0800 Subject: Remove SPOT for version, because __init__ throws a SyntaxError when imported from setup.py. --- docs/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs') 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 -- cgit v1.2.1