Merge pull request #1301 from JackDanger/version-1.1.24

bumping to version 1.1.24
This commit is contained in:
Jack Danger 2017-10-24 04:51:00 -07:00 committed by GitHub
commit 35f436e24f
2 changed files with 18 additions and 1 deletions

View File

@ -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
-----

View File

@ -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',