Skip to content

Commit

Permalink
Merge branch 'release-1.12.25'
Browse files Browse the repository at this point in the history
* release-1.12.25:
  Bumping version to 1.12.25
  Update to latest models
  Fix annoying DeprecationWarning in parsers.py
  • Loading branch information
awstools committed Oct 16, 2018
2 parents 2e93e64 + 05d9e56 commit 1b4601c
Show file tree
Hide file tree
Showing 8 changed files with 1,858 additions and 101 deletions.
17 changes: 17 additions & 0 deletions .changes/1.12.25.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
[
{
"category": "``glue``",
"description": "Update glue client to latest version",
"type": "api-change"
},
{
"category": "``lightsail``",
"description": "Update lightsail client to latest version",
"type": "api-change"
},
{
"category": "``resource-groups``",
"description": "Update resource-groups client to latest version",
"type": "api-change"
}
]
8 changes: 8 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@
CHANGELOG
=========

1.12.25
=======

* api-change:``glue``: Update glue client to latest version
* api-change:``lightsail``: Update lightsail client to latest version
* api-change:``resource-groups``: Update resource-groups client to latest version


1.12.24
=======

Expand Down
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__ = '1.12.24'
__version__ = '1.12.25'


class NullHandler(logging.Handler):
Expand Down
175 changes: 161 additions & 14 deletions botocore/data/glue/2017-03-31/service-2.json

Large diffs are not rendered by default.

0 comments on commit 1b4601c

Please sign in to comment.