Skip to content

Commit

Permalink
Merge branch 'release-1.15.15'
Browse files Browse the repository at this point in the history
* release-1.15.15:
  Bumping version to 1.15.15
  Add changelog entries from botocore
  • Loading branch information
aws-sdk-python-automation committed Oct 8, 2020
2 parents 0d1bcfb + d2a5717 commit 6991763
Show file tree
Hide file tree
Showing 5 changed files with 52 additions and 3 deletions.
37 changes: 37 additions & 0 deletions .changes/1.15.15.json
@@ -0,0 +1,37 @@
[
{
"category": "``ec2``",
"description": "[``botocore``] Update ec2 client to latest version",
"type": "api-change"
},
{
"category": "``events``",
"description": "[``botocore``] Update events client to latest version",
"type": "api-change"
},
{
"category": "``sns``",
"description": "[``botocore``] Update sns client to latest version",
"type": "api-change"
},
{
"category": "``ce``",
"description": "[``botocore``] Update ce client to latest version",
"type": "api-change"
},
{
"category": "``sagemaker``",
"description": "[``botocore``] Update sagemaker client to latest version",
"type": "api-change"
},
{
"category": "``rds``",
"description": "[``botocore``] Update rds client to latest version",
"type": "api-change"
},
{
"category": "``rekognition``",
"description": "[``botocore``] Update rekognition client to latest version",
"type": "api-change"
}
]
12 changes: 12 additions & 0 deletions CHANGELOG.rst
Expand Up @@ -2,6 +2,18 @@
CHANGELOG
=========

1.15.15
=======

* api-change:``ec2``: [``botocore``] Update ec2 client to latest version
* api-change:``events``: [``botocore``] Update events client to latest version
* api-change:``sns``: [``botocore``] Update sns client to latest version
* api-change:``ce``: [``botocore``] Update ce client to latest version
* api-change:``sagemaker``: [``botocore``] Update sagemaker client to latest version
* api-change:``rds``: [``botocore``] Update rds client to latest version
* api-change:``rekognition``: [``botocore``] Update rekognition client to latest version


1.15.14
=======

Expand Down
2 changes: 1 addition & 1 deletion boto3/__init__.py
Expand Up @@ -17,7 +17,7 @@


__author__ = 'Amazon Web Services'
__version__ = '1.15.14'
__version__ = '1.15.15'


# The default Boto3 session; autoloaded when needed.
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Expand Up @@ -3,6 +3,6 @@ universal = 1

[metadata]
requires-dist =
botocore>=1.18.14,<1.19.0
botocore>=1.18.15,<1.19.0
jmespath>=0.7.1,<1.0.0
s3transfer>=0.3.0,<0.4.0
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -14,7 +14,7 @@


requires = [
'botocore>=1.18.14,<1.19.0',
'botocore>=1.18.15,<1.19.0',
'jmespath>=0.7.1,<1.0.0',
's3transfer>=0.3.0,<0.4.0'
]
Expand Down

0 comments on commit 6991763

Please sign in to comment.