Merge pull request #1253 from JackDanger/version-1.1.22
bumping to version 1.1.22
This commit is contained in:
commit
7c54d9672b
2 changed files with 8 additions and 1 deletions
|
|
@ -3,6 +3,13 @@ Moto Changelog
|
||||||
|
|
||||||
Latest
|
Latest
|
||||||
------
|
------
|
||||||
|
1.1.22
|
||||||
|
-----
|
||||||
|
|
||||||
|
* Lambda policies
|
||||||
|
* Dynamodb filter expressions
|
||||||
|
* EC2 Spot fleet improvements
|
||||||
|
|
||||||
1.1.21
|
1.1.21
|
||||||
-----
|
-----
|
||||||
|
|
||||||
|
|
|
||||||
2
setup.py
2
setup.py
|
|
@ -36,7 +36,7 @@ else:
|
||||||
|
|
||||||
setup(
|
setup(
|
||||||
name='moto',
|
name='moto',
|
||||||
version='1.1.21',
|
version='1.1.22',
|
||||||
description='A library that allows your python tests to easily'
|
description='A library that allows your python tests to easily'
|
||||||
' mock out the boto library',
|
' mock out the boto library',
|
||||||
author='Steve Pulec',
|
author='Steve Pulec',
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue