aboutsummaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorAldo Cortesi <aldo@nullcube.com>2016-10-21 11:18:55 +1300
committerAldo Cortesi <aldo@nullcube.com>2016-10-21 11:18:55 +1300
commited9b40040bc2de5993dda9f8df0609d8ea8e7e27 (patch)
treeaa2a4e5789e4ef3db92c76dbb95b72a7498fc04d /docs
parent0ebcd21eb11aebd1ce02579b835607b2af23aac2 (diff)
downloadmitmproxy-ed9b40040bc2de5993dda9f8df0609d8ea8e7e27.tar.gz
mitmproxy-ed9b40040bc2de5993dda9f8df0609d8ea8e7e27.tar.bz2
mitmproxy-ed9b40040bc2de5993dda9f8df0609d8ea8e7e27.zip
docs: fix broken version
Diffstat (limited to 'docs')
-rw-r--r--docs/conf.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/conf.py b/docs/conf.py
index d7793b79..45840e6e 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -5,7 +5,7 @@ import subprocess
import sys
sys.path.insert(0, os.path.abspath('..'))
-from mitmproxy import version
+from mitmproxy import version as mversion
extensions = [
@@ -47,9 +47,9 @@ author = u'The mitmproxy project'
# built documents.
#
# The short X.Y version.
-version = version.VERSION
+version = mversion.VERSION
# The full version, including alpha/beta/rc tags.
-release = version.VERSION
+release = mversion.VERSION
# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.