From ad07b1c41cc94b423df6a32e486b2db08e547adb Mon Sep 17 00:00:00 2001 From: Chris Dent Date: Mon, 14 Mar 2016 15:25:51 +0000 Subject: [PATCH] Release 1.1.3 - allow network based tests to be skipped in a generic fashion --- wsgi_intercept/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wsgi_intercept/__init__.py b/wsgi_intercept/__init__.py index 7248348..45a73b9 100644 --- a/wsgi_intercept/__init__.py +++ b/wsgi_intercept/__init__.py @@ -120,7 +120,7 @@ Additional documentation is available on `Read The Docs`_. """ from __future__ import print_function -__version__ = '1.1.2' +__version__ = '1.1.3' import sys