Skip to content

Commit

Permalink
Merge branch 'release-0.52.0' into develop
Browse files Browse the repository at this point in the history
* release-0.52.0:
  Bumping version to 0.52.0
  Upate JSON models to latest version
  Update dynamodb port to be port 8000
  • Loading branch information
jamesls committed Jun 19, 2014
2 parents 0fd564c + ff7cfac commit aac7783
Show file tree
Hide file tree
Showing 6 changed files with 1,989 additions and 328 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.51.0'
__version__ = '0.52.0'


class NullHandler(logging.Handler):
Expand Down
939 changes: 866 additions & 73 deletions botocore/data/aws/elastictranscoder/2012-09-25.json

Large diffs are not rendered by default.

232 changes: 132 additions & 100 deletions botocore/data/aws/emr/2009-03-31.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion services/_endpoints.json
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@
],
"dynamodb": [
{
"uri": "http://localhost:8080",
"uri": "http://localhost:8000",
"constraints": [
["region", "equals", "local"]
],
Expand Down
909 changes: 856 additions & 53 deletions services/elastictranscoder.json

Large diffs are not rendered by default.

233 changes: 133 additions & 100 deletions services/emr.json

Large diffs are not rendered by default.

0 comments on commit aac7783

Please sign in to comment.