Merge pull request #1203 from JackDanger/version-1.1.15

bumping to version 1.1.15
This commit is contained in:
Jack Danger 2017-09-27 11:55:30 -07:00 committed by GitHub
commit 2e243b682f

View File

@ -25,7 +25,7 @@ extras_require = {
setup( setup(
name='moto', name='moto',
version='1.1.14', version='1.1.15',
description='A library that allows your python tests to easily' description='A library that allows your python tests to easily'
' mock out the boto library', ' mock out the boto library',
author='Steve Pulec', author='Steve Pulec',