aboutsummaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorAldo Cortesi <aldo@nullcube.com>2016-06-12 10:29:12 +1200
committerAldo Cortesi <aldo@nullcube.com>2016-06-12 10:29:12 +1200
commit728d5caa22945d935bee24f39770b10763244cf6 (patch)
treeba21cfd850f1d211bb04ab18a1f18c7c43fc3e03 /docs
parentc801f81373d5935f60bf950b1f266911a94ecf60 (diff)
downloadmitmproxy-728d5caa22945d935bee24f39770b10763244cf6.tar.gz
mitmproxy-728d5caa22945d935bee24f39770b10763244cf6.tar.bz2
mitmproxy-728d5caa22945d935bee24f39770b10763244cf6.zip
Fold mitmproxy.version and pathod.version into netlib.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 3ef0c63d..ae657435 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -21,7 +21,7 @@ import shlex
# documentation root, use os.path.abspath to make it absolute, like shown here.
sys.path.insert(0, os.path.abspath('..'))
-import mitmproxy.version
+import netlib.version
# -- General configuration ------------------------------------------------
@@ -69,9 +69,9 @@ author = u'The mitmproxy project'
# built documents.
#
# The short X.Y version.
-version = mitmproxy.version.VERSION
+version = netlib.version.VERSION
# The full version, including alpha/beta/rc tags.
-release = mitmproxy.version.VERSION
+release = netlib.version.VERSION
# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.