Merge pull request #674 from IlyaSukhanov/master

Preserve Namespace and MetricName when creating cloudwatch alarm.
This commit is contained in:
Steve Pulec 2016-08-27 21:05:31 -04:00 committed by GitHub
commit 18b6197bf2
4 changed files with 15 additions and 6 deletions

View file

@ -22,7 +22,7 @@ extras_require = {
setup(
name='moto',
version='0.4.25',
version='0.4.26',
description='A library that allows your python tests to easily'
' mock out the boto library',
author='Steve Pulec',