Skip to content

Commit

Permalink
Merge branch 'release-0.59.0' into develop
Browse files Browse the repository at this point in the history
* release-0.59.0:
  Bumping version to 0.59.0
  Add smoke test for route53domains
  Update models to the latest version
  • Loading branch information
jamesls committed Jul 31, 2014
2 parents c6f6ddd + ed02299 commit 9ad9499
Show file tree
Hide file tree
Showing 14 changed files with 21,611 additions and 713 deletions.
2 changes: 1 addition & 1 deletion botocore/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
import re
import logging

__version__ = '0.58.0'
__version__ = '0.59.0'


class NullHandler(logging.Handler):
Expand Down
1,016 changes: 898 additions & 118 deletions botocore/data/aws/autoscaling/2011-01-01.json

Large diffs are not rendered by default.

193 changes: 13 additions & 180 deletions botocore/data/aws/cloudtrail/2013-11-01.json

Large diffs are not rendered by default.

42 changes: 21 additions & 21 deletions botocore/data/aws/ec2/2014-06-15.json

Large diffs are not rendered by default.

6,639 changes: 6,639 additions & 0 deletions botocore/data/aws/elasticache/2014-07-15.json

Large diffs are not rendered by default.

700 changes: 696 additions & 4 deletions botocore/data/aws/route53/2013-04-01.json

Large diffs are not rendered by default.

5,803 changes: 5,803 additions & 0 deletions botocore/data/aws/route53domains/2014-05-15.json

Large diffs are not rendered by default.

1,012 changes: 906 additions & 106 deletions services/autoscaling.json

Large diffs are not rendered by default.

195 changes: 13 additions & 182 deletions services/cloudtrail.json

Large diffs are not rendered by default.

42 changes: 21 additions & 21 deletions services/ec2.json

Large diffs are not rendered by default.

216 changes: 140 additions & 76 deletions services/elasticache.json

Large diffs are not rendered by default.

700 changes: 696 additions & 4 deletions services/route53.json

Large diffs are not rendered by default.

5,763 changes: 5,763 additions & 0 deletions services/route53domains.json

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions tests/integration/test_smoke.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@
'rds': {'DescribeDBInstances': {}},
'redshift': {'DescribeClusters': {}},
'route53': {'ListHostedZones': {}},
'route53domains': {'ListDomains': {}},
's3': {'ListBuckets': {}},
'sdb': {'ListDomains': {}},
'ses': {'ListIdentities': {}},
Expand Down

0 comments on commit 9ad9499

Please sign in to comment.