releasing version 1.3.0 (#1526)

* Adding CHANGELOG entry for 1.3.0

* bumping to version 1.3.0

* Updating implementation coverage
This commit is contained in:
Jack Danger 2018-03-21 09:01:22 -07:00 committed by GitHub
commit 17f3758591
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 52 additions and 31 deletions

View file

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