diff --git a/CHANGELOG.md b/CHANGELOG.md index a20e186e..40edb420 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,11 @@ Moto Changelog Latest ------ +1.1.16 +----- + + * Fixing regression from 1.1.15 + 1.1.15 ----- diff --git a/setup.py b/setup.py index 4464d01f..f5344a0c 100755 --- a/setup.py +++ b/setup.py @@ -25,7 +25,7 @@ extras_require = { setup( name='moto', - version='1.1.15', + version='1.1.16', description='A library that allows your python tests to easily' ' mock out the boto library', author='Steve Pulec',