bumping to version 1.1.15

This commit is contained in:
Jack Danger 2017-09-27 11:54:35 -07:00
parent 9a7716a6ea
commit dd32e02dfa

View File

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