From 76d7c2b8b8ad2d32c27fced459aa7b132660f63d Mon Sep 17 00:00:00 2001 From: Chris Dent Date: Fri, 6 May 2016 14:55:47 +0100 Subject: [PATCH] Release 1.18.0 - make it possible to run tests without network --- gabbi/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gabbi/__init__.py b/gabbi/__init__.py index 6b2a176..8ec4db3 100644 --- a/gabbi/__init__.py +++ b/gabbi/__init__.py @@ -12,4 +12,4 @@ # under the License. """See gabbi.driver and gabbbi.case.""" -__version__ = '1.17.5' +__version__ = '1.18.0'