Skip to content

Commit

Permalink
Merge branch 'release-1.4.36'
Browse files Browse the repository at this point in the history
* release-1.4.36:
  Bumping version to 1.4.36
  Update to latest models
  • Loading branch information
AWS committed Jul 7, 2016
2 parents 8dd8a31 + 8a9433f commit 7a9d2c6
Show file tree
Hide file tree
Showing 8 changed files with 1,542 additions and 84 deletions.
22 changes: 22 additions & 0 deletions .changes/1.4.36.json
@@ -0,0 +1,22 @@
[
{
"category": "``servicecatalog``",
"description": "Update servicecatalog client to latest version",
"type": "feature"
},
{
"category": "``opsworks``",
"description": "Update opsworks client to latest version",
"type": "feature"
},
{
"category": "``ds``",
"description": "Update ds client to latest version",
"type": "feature"
},
{
"category": "``config``",
"description": "Update config client to latest version",
"type": "feature"
}
]
9 changes: 9 additions & 0 deletions CHANGELOG.rst
Expand Up @@ -2,6 +2,15 @@
CHANGELOG
=========

1.4.36
======

* feature:``servicecatalog``: Update servicecatalog client to latest version
* feature:``opsworks``: Update opsworks client to latest version
* feature:``ds``: Update ds client to latest version
* feature:``config``: Update config client to latest version


1.4.35
======

Expand Down
2 changes: 1 addition & 1 deletion botocore/__init__.py
Expand Up @@ -16,7 +16,7 @@
import re
import logging

__version__ = '1.4.35'
__version__ = '1.4.36'


class NullHandler(logging.Handler):
Expand Down
54 changes: 39 additions & 15 deletions botocore/data/config/2014-11-12/service-2.json

Large diffs are not rendered by default.

321 changes: 260 additions & 61 deletions botocore/data/ds/2015-04-16/service-2.json

Large diffs are not rendered by default.

12 changes: 6 additions & 6 deletions botocore/data/opsworks/2013-02-18/service-2.json

Large diffs are not rendered by default.

0 comments on commit 7a9d2c6

Please sign in to comment.