Release 1.3.2

- fix use of url with no port in interceptor
This commit is contained in:
Chris Dent 2016-09-13 16:23:51 +01:00
parent f1a3c4a69e
commit 28f93239cd
1 changed files with 1 additions and 1 deletions

View File

@ -120,7 +120,7 @@ Additional documentation is available on `Read The Docs`_.
"""
from __future__ import print_function
__version__ = '1.3.1'
__version__ = '1.3.2'
import sys