From 728d5caa22945d935bee24f39770b10763244cf6 Mon Sep 17 00:00:00 2001 From: Aldo Cortesi Date: Sun, 12 Jun 2016 10:29:12 +1200 Subject: Fold mitmproxy.version and pathod.version into netlib.version --- docs/conf.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'docs') 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. -- cgit v1.2.3