Merge pull request #1301 from JackDanger/version-1.1.24
bumping to version 1.1.24
This commit is contained in:
commit
35f436e24f
2 changed files with 18 additions and 1 deletions
17
CHANGELOG.md
17
CHANGELOG.md
|
|
@ -3,6 +3,23 @@ Moto Changelog
|
|||
|
||||
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
|
||||
-----
|
||||
|
||||
|
|
|
|||
2
setup.py
2
setup.py
|
|
@ -38,7 +38,7 @@ else:
|
|||
|
||||
setup(
|
||||
name='moto',
|
||||
version='1.1.23',
|
||||
version='1.1.24',
|
||||
description='A library that allows your python tests to easily'
|
||||
' mock out the boto library',
|
||||
author='Steve Pulec',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue