Skip to content

Commit

Permalink
Merge branch 'release-1.10.23'
Browse files Browse the repository at this point in the history
* release-1.10.23:
  Bumping version to 1.10.23
  Add changelog entries from botocore
  • Loading branch information
aws-sdk-python-automation committed Nov 20, 2019
2 parents 4193fd2 + 009e705 commit 6a9062b
Show file tree
Hide file tree
Showing 5 changed files with 112 additions and 3 deletions.
87 changes: 87 additions & 0 deletions .changes/1.10.23.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,87 @@
[
{
"category": "``datasync``",
"description": "[``botocore``] Update datasync client to latest version",
"type": "api-change"
},
{
"category": "``dlm``",
"description": "[``botocore``] Update dlm client to latest version",
"type": "api-change"
},
{
"category": "``mediastore``",
"description": "[``botocore``] Update mediastore client to latest version",
"type": "api-change"
},
{
"category": "``cloudtrail``",
"description": "[``botocore``] Update cloudtrail client to latest version",
"type": "api-change"
},
{
"category": "``mgh``",
"description": "[``botocore``] Update mgh client to latest version",
"type": "api-change"
},
{
"category": "``storagegateway``",
"description": "[``botocore``] Update storagegateway client to latest version",
"type": "api-change"
},
{
"category": "``ec2``",
"description": "[``botocore``] Update ec2 client to latest version",
"type": "api-change"
},
{
"category": "``codecommit``",
"description": "[``botocore``] Update codecommit client to latest version",
"type": "api-change"
},
{
"category": "``s3``",
"description": "[``botocore``] Update s3 client to latest version",
"type": "api-change"
},
{
"category": "``fsx``",
"description": "[``botocore``] Update fsx client to latest version",
"type": "api-change"
},
{
"category": "``migrationhub-config``",
"description": "[``botocore``] Update migrationhub-config client to latest version",
"type": "api-change"
},
{
"category": "``firehose``",
"description": "[``botocore``] Update firehose client to latest version",
"type": "api-change"
},
{
"category": "``transcribe``",
"description": "[``botocore``] Update transcribe client to latest version",
"type": "api-change"
},
{
"category": "``ecs``",
"description": "[``botocore``] Update ecs client to latest version",
"type": "api-change"
},
{
"category": "``discovery``",
"description": "[``botocore``] Update discovery client to latest version",
"type": "api-change"
},
{
"category": "``chime``",
"description": "[``botocore``] Update chime client to latest version",
"type": "api-change"
},
{
"category": "``quicksight``",
"description": "[``botocore``] Update quicksight client to latest version",
"type": "api-change"
}
]
22 changes: 22 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,28 @@
CHANGELOG
=========

1.10.23
=======

* api-change:``datasync``: [``botocore``] Update datasync client to latest version
* api-change:``dlm``: [``botocore``] Update dlm client to latest version
* api-change:``mediastore``: [``botocore``] Update mediastore client to latest version
* api-change:``cloudtrail``: [``botocore``] Update cloudtrail client to latest version
* api-change:``mgh``: [``botocore``] Update mgh client to latest version
* api-change:``storagegateway``: [``botocore``] Update storagegateway client to latest version
* api-change:``ec2``: [``botocore``] Update ec2 client to latest version
* api-change:``codecommit``: [``botocore``] Update codecommit client to latest version
* api-change:``s3``: [``botocore``] Update s3 client to latest version
* api-change:``fsx``: [``botocore``] Update fsx client to latest version
* api-change:``migrationhub-config``: [``botocore``] Update migrationhub-config client to latest version
* api-change:``firehose``: [``botocore``] Update firehose client to latest version
* api-change:``transcribe``: [``botocore``] Update transcribe client to latest version
* api-change:``ecs``: [``botocore``] Update ecs client to latest version
* api-change:``discovery``: [``botocore``] Update discovery client to latest version
* api-change:``chime``: [``botocore``] Update chime client to latest version
* api-change:``quicksight``: [``botocore``] Update quicksight client to latest version


1.10.22
=======

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


__author__ = 'Amazon Web Services'
__version__ = '1.10.22'
__version__ = '1.10.23'


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

[metadata]
requires-dist =
botocore>=1.13.22,<1.14.0
botocore>=1.13.23,<1.14.0
jmespath>=0.7.1,<1.0.0
s3transfer>=0.2.0,<0.3.0
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@


requires = [
'botocore>=1.13.22,<1.14.0',
'botocore>=1.13.23,<1.14.0',
'jmespath>=0.7.1,<1.0.0',
's3transfer>=0.2.0,<0.3.0'
]
Expand Down

0 comments on commit 6a9062b

Please sign in to comment.