From 9cc1732a5c5f709d131a69f445e2cd1a4c12d9c6 Mon Sep 17 00:00:00 2001 From: Rob Dennis Date: Fri, 11 Apr 2014 00:00:20 -0400 Subject: fixes #49 --- docs/conf.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'docs') diff --git a/docs/conf.py b/docs/conf.py index b6f83e1..1e4f78c 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -12,8 +12,6 @@ # All configuration values have a default; values that are commented out # serve to show the default. -from _version import __version__ - # If extensions (or modules to document with autodoc) are in another directory, # add these directories to sys.path here. If the directory is relative to the # documentation root, use os.path.abspath to make it absolute, like shown here. @@ -52,7 +50,7 @@ copyright = u'2014, Michael Foord, Nicola Larosa, Rob Dennis, Eli Courtwright' # built documents. # # The full version, including alpha/beta/rc tags. -release = __version__ +release = '5.0.4' # The short X.Y version. version = '.'.join(release.split('.')[:2]) -- cgit v1.2.1