aboutsummaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorAldo Cortesi <aldo@nullcube.com>2016-10-20 09:20:44 +1300
committerAldo Cortesi <aldo@nullcube.com>2016-10-20 09:20:44 +1300
commit7440232f6036bb29d1c142cd32a9bb27458b30d1 (patch)
tree3450a404a2c667f97f048360a307c3b96347f915 /docs
parentee56d3fae0baeef1f31a83db122dd832d4c0e07e (diff)
downloadmitmproxy-7440232f6036bb29d1c142cd32a9bb27458b30d1.tar.gz
mitmproxy-7440232f6036bb29d1c142cd32a9bb27458b30d1.tar.bz2
mitmproxy-7440232f6036bb29d1c142cd32a9bb27458b30d1.zip
netlib.version -> mitmproxy.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 e1cbc497..ce942aa9 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -5,7 +5,7 @@ import subprocess
import sys
sys.path.insert(0, os.path.abspath('..'))
-import netlib.version
+from mitmproxy import version
extensions = [
@@ -47,9 +47,9 @@ author = u'The mitmproxy project'
# built documents.
#
# The short X.Y version.
-version = netlib.version.VERSION
+version = version.VERSION
# The full version, including alpha/beta/rc tags.
-release = netlib.version.VERSION
+release = version.VERSION
# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.