Skip to content

Commit 5c1cedc

Browse files
Merge branch 'release-0.16.0' into develop
* release-0.16.0: Bumping version to 0.16.0
2 parents 3d60212 + cc4db16 commit 5c1cedc

File tree

4 files changed

+14
-6
lines changed

4 files changed

+14
-6
lines changed

.changes/0.16.0.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
[
2+
{
3+
"category": "``awscrt``",
4+
"description": "``CRTTransferManager`` now supports the following ``TransferConfig`` options - ``multipart_threshold``, ``multipart_chunksize``, ``max_request_concurrency``",
5+
"type": "feature"
6+
}
7+
]

.changes/next-release/enhancement-awscrt-49742.json

Lines changed: 0 additions & 5 deletions
This file was deleted.

CHANGELOG.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22
CHANGELOG
33
=========
44

5+
0.16.0
6+
======
7+
8+
* feature:``awscrt``: ``CRTTransferManager`` now supports the following ``TransferConfig`` options - ``multipart_threshold``, ``multipart_chunksize``, ``max_request_concurrency``
9+
10+
511
0.15.0
612
======
713

s3transfer/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ def __call__(self, bytes_amount):
146146
from s3transfer.exceptions import RetriesExceededError, S3UploadFailedError
147147

148148
__author__ = 'Amazon Web Services'
149-
__version__ = '0.15.0'
149+
__version__ = '0.16.0'
150150

151151

152152
logger = logging.getLogger(__name__)

0 commit comments

Comments
 (0)