Merge pull request #1233 from JackDanger/version-1.1.21

bumping to version 1.1.21
This commit is contained in:
Jack Danger 2017-10-02 15:59:39 -07:00 committed by GitHub
commit f86a692560
2 changed files with 7 additions and 1 deletions

View File

@ -3,6 +3,12 @@ Moto Changelog
Latest
------
1.1.21
-----
* ELBv2 bugfixes
* Removing GPL'd dependency
1.1.20
-----

View File

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