summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorRob Dennis <rdennis@gmail.com>2014-04-11 00:00:20 -0400
committerRob Dennis <rdennis@gmail.com>2014-04-11 00:00:20 -0400
commit9cc1732a5c5f709d131a69f445e2cd1a4c12d9c6 (patch)
treeae0ec5cfbb717766c2324b11a59f2f90a9185a14 /docs
parent62bb181bebeaa084cbeac0bae2a162f974f923a4 (diff)
downloadconfigobj-git-9cc1732a5c5f709d131a69f445e2cd1a4c12d9c6.tar.gz
fixes #49
Diffstat (limited to 'docs')
-rw-r--r--docs/conf.py4
1 files changed, 1 insertions, 3 deletions
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])