Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@ Moto Changelog

Latest
------
1.1.21
-----

* ELBv2 bugfixes
* Removing GPL'd dependency

1.1.20
-----

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@

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',
Expand Down