Skip to content

Commit

Permalink
Merge branch 'release-1.9.56' into develop
Browse files Browse the repository at this point in the history
* release-1.9.56:
  Bumping version to 1.9.56
  Add changelog entries from botocore
aws-sdk-python-automation committed Nov 29, 2018

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
2 parents be0b494 + 5f72d87 commit cc29a22
Showing 5 changed files with 58 additions and 3 deletions.
42 changes: 42 additions & 0 deletions .changes/1.9.56.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@
[
{
"category": "``elbv2``",
"description": "[``botocore``] Update elbv2 client to latest version",
"type": "api-change"
},
{
"category": "``stepfunctions``",
"description": "[``botocore``] Update stepfunctions client to latest version",
"type": "api-change"
},
{
"category": "``xray``",
"description": "[``botocore``] Update xray client to latest version",
"type": "api-change"
},
{
"category": "``lambda``",
"description": "[``botocore``] Update lambda client to latest version",
"type": "api-change"
},
{
"category": "``events``",
"description": "[``botocore``] Update events client to latest version",
"type": "api-change"
},
{
"category": "``serverlessrepo``",
"description": "[``botocore``] Update serverlessrepo client to latest version",
"type": "api-change"
},
{
"category": "``kafka``",
"description": "[``botocore``] Update kafka client to latest version",
"type": "api-change"
},
{
"category": "``s3``",
"description": "[``botocore``] Update s3 client to latest version",
"type": "api-change"
}
]
13 changes: 13 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -2,6 +2,19 @@
CHANGELOG
=========

1.9.56
======

* api-change:``elbv2``: [``botocore``] Update elbv2 client to latest version
* api-change:``stepfunctions``: [``botocore``] Update stepfunctions client to latest version
* api-change:``xray``: [``botocore``] Update xray client to latest version
* api-change:``lambda``: [``botocore``] Update lambda client to latest version
* api-change:``events``: [``botocore``] Update events client to latest version
* api-change:``serverlessrepo``: [``botocore``] Update serverlessrepo client to latest version
* api-change:``kafka``: [``botocore``] Update kafka client to latest version
* api-change:``s3``: [``botocore``] Update s3 client to latest version


1.9.55
======

2 changes: 1 addition & 1 deletion boto3/__init__.py
Original file line number Diff line number Diff line change
@@ -17,7 +17,7 @@


__author__ = 'Amazon Web Services'
__version__ = '1.9.55'
__version__ = '1.9.56'


# The default Boto3 session; autoloaded when needed.
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -3,6 +3,6 @@ universal = 1

[metadata]
requires-dist =
botocore>=1.12.55,<1.13.0
botocore>=1.12.56,<1.13.0
jmespath>=0.7.1,<1.0.0
s3transfer>=0.1.10,<0.2.0
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
@@ -14,7 +14,7 @@


requires = [
'botocore>=1.12.55,<1.13.0',
'botocore>=1.12.56,<1.13.0',
'jmespath>=0.7.1,<1.0.0',
's3transfer>=0.1.10,<0.2.0'
]

0 comments on commit cc29a22

Please sign in to comment.