From e42d215833e3dd960fe83d46d660c5b5c3b7403a Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Thu, 24 Mar 2011 06:09:15 -0400 Subject: [PATCH] sphinx version # fix. --- docs/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/conf.py b/docs/conf.py index 47b6ee5..a1bdbd6 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -48,7 +48,7 @@ copyright = u'2011, Kenneth Reitz. Styles (modified) © Armin Ronacher' # built documents. # # The short X.Y version. -version = tablib.core.__version__ +version = '0.9.5' # The full version, including alpha/beta/rc tags. release = version