Merge pull request #1301 from JackDanger/version-1.1.24
bumping to version 1.1.24
This commit is contained in:
commit
35f436e24f
17
CHANGELOG.md
17
CHANGELOG.md
@ -3,6 +3,23 @@ Moto Changelog
|
|||||||
|
|
||||||
Latest
|
Latest
|
||||||
------
|
------
|
||||||
|
1.1.24
|
||||||
|
-----
|
||||||
|
|
||||||
|
* Implemented Batch
|
||||||
|
* Fixed regression with moto\_server dashboard
|
||||||
|
* Fixed and closed many outstanding bugs
|
||||||
|
* Fixed serious performance problem with EC2 reservation listing
|
||||||
|
* Fixed Route53 list\_resource\_record\_sets
|
||||||
|
|
||||||
|
1.1.23
|
||||||
|
-----
|
||||||
|
|
||||||
|
* Implemented X-Ray
|
||||||
|
* Implemented Autoscaling EC2 attachment
|
||||||
|
* Implemented Autoscaling Load Balancer methods
|
||||||
|
* Improved DynamoDB filter expressions
|
||||||
|
|
||||||
1.1.22
|
1.1.22
|
||||||
-----
|
-----
|
||||||
|
|
||||||
|
2
setup.py
2
setup.py
@ -38,7 +38,7 @@ else:
|
|||||||
|
|
||||||
setup(
|
setup(
|
||||||
name='moto',
|
name='moto',
|
||||||
version='1.1.23',
|
version='1.1.24',
|
||||||
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…
Reference in New Issue
Block a user