Skip to content

Commit

Permalink
Merge branch 'release-1.12.26'
Browse files Browse the repository at this point in the history
* release-1.12.26:
  Bumping version to 1.12.26
  Update to latest models
  • Loading branch information
awstools committed Oct 17, 2018
2 parents 1b4601c + fc725bb commit ac22469
Show file tree
Hide file tree
Showing 6 changed files with 131 additions and 85 deletions.
12 changes: 12 additions & 0 deletions .changes/1.12.26.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
[
{
"category": "``events``",
"description": "Update events client to latest version",
"type": "api-change"
},
{
"category": "``apigateway``",
"description": "Update apigateway client to latest version",
"type": "api-change"
}
]
7 changes: 7 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@
CHANGELOG
=========

1.12.26
=======

* api-change:``events``: Update events client to latest version
* api-change:``apigateway``: Update apigateway client to latest version


1.12.25
=======

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.25'
__version__ = '1.12.26'


class NullHandler(logging.Handler):
Expand Down
Loading

0 comments on commit ac22469

Please sign in to comment.