From 417ade7b8fcd7f6ccbd7c32647d8d931109bae95 Mon Sep 17 00:00:00 2001 From: Jack Danger Date: Tue, 12 Sep 2017 14:53:50 -0700 Subject: [PATCH] bumping to version 1.1.5 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 7ab174d35..b28ff0e12 100755 --- a/setup.py +++ b/setup.py @@ -24,7 +24,7 @@ extras_require = { setup( name='moto', - version='1.1.4', + version='1.1.5', description='A library that allows your python tests to easily' ' mock out the boto library', author='Steve Pulec',