Version 1.3.2 (#1564)

* bumping to version 1.3.2

* Updating implementation coverage

* updating CHANGELOG
This commit is contained in:
Jack Danger 2018-04-12 14:37:00 -07:00 committed by GitHub
commit 3ac4532968
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 135 additions and 7 deletions

View file

@ -40,7 +40,7 @@ else:
setup(
name='moto',
version='1.3.1',
version='1.3.2',
description='A library that allows your python tests to easily'
' mock out the boto library',
author='Steve Pulec',