Merge pull request #1253 from JackDanger/version-1.1.22

bumping to version 1.1.22
This commit is contained in:
Jack Danger 2017-10-10 13:45:11 -07:00 committed by GitHub
commit 7c54d9672b
2 changed files with 8 additions and 1 deletions

View File

@ -3,6 +3,13 @@ Moto Changelog
Latest
------
1.1.22
-----
* Lambda policies
* Dynamodb filter expressions
* EC2 Spot fleet improvements
1.1.21
-----

View File

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