aboutsummaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
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.