Skip to content

Commit

Permalink
Merge branch 'release-1.12.37'
Browse files Browse the repository at this point in the history
* release-1.12.37:
  Bumping version to 1.12.37
  Add changelog entries from botocore
  • Loading branch information
aws-sdk-python-automation committed Apr 6, 2020
2 parents 0d8fda6 + 524f11f commit e6b28f2
Show file tree
Hide file tree
Showing 5 changed files with 34 additions and 3 deletions.
22 changes: 22 additions & 0 deletions .changes/1.12.37.json
@@ -0,0 +1,22 @@
[
{
"category": "``transcribe``",
"description": "[``botocore``] Update transcribe client to latest version",
"type": "api-change"
},
{
"category": "``chime``",
"description": "[``botocore``] Update chime client to latest version",
"type": "api-change"
},
{
"category": "``iam``",
"description": "[``botocore``] Update iam client to latest version",
"type": "api-change"
},
{
"category": "``elasticbeanstalk``",
"description": "[``botocore``] Update elasticbeanstalk client to latest version",
"type": "api-change"
}
]
9 changes: 9 additions & 0 deletions CHANGELOG.rst
Expand Up @@ -2,6 +2,15 @@
CHANGELOG
=========

1.12.37
=======

* api-change:``transcribe``: [``botocore``] Update transcribe client to latest version
* api-change:``chime``: [``botocore``] Update chime client to latest version
* api-change:``iam``: [``botocore``] Update iam client to latest version
* api-change:``elasticbeanstalk``: [``botocore``] Update elasticbeanstalk client to latest version


1.12.36
=======

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


__author__ = 'Amazon Web Services'
__version__ = '1.12.36'
__version__ = '1.12.37'


# 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.15.36,<1.16.0
botocore>=1.15.37,<1.16.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.15.36,<1.16.0',
'botocore>=1.15.37,<1.16.0',
'jmespath>=0.7.1,<1.0.0',
's3transfer>=0.3.0,<0.4.0'
]
Expand Down

0 comments on commit e6b28f2

Please sign in to comment.