Skip to content

Commit

Permalink
Merge branch 'release-0.10.1' into develop
Browse files Browse the repository at this point in the history
* release-0.10.1:
  Bumping version to 0.10.1
  • Loading branch information
aws-sdk-python-automation committed Mar 14, 2024
2 parents 1751c65 + 6914663 commit 2885dab
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 6 deletions.
7 changes: 7 additions & 0 deletions .changes/0.10.1.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
[
{
"category": "``urllib3``",
"description": "Fixed retry handling for IncompleteRead exception raised by urllib3 2.x during data transfer",
"type": "bugfix"
}
]
5 changes: 0 additions & 5 deletions .changes/next-release/bugfix-urllib3-70927.json

This file was deleted.

6 changes: 6 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@
CHANGELOG
=========

0.10.1
======

* bugfix:``urllib3``: Fixed retry handling for IncompleteRead exception raised by urllib3 2.x during data transfer


0.10.0
======

Expand Down
2 changes: 1 addition & 1 deletion s3transfer/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ def __call__(self, bytes_amount):
from s3transfer.exceptions import RetriesExceededError, S3UploadFailedError

__author__ = 'Amazon Web Services'
__version__ = '0.10.0'
__version__ = '0.10.1'


class NullHandler(logging.Handler):
Expand Down

0 comments on commit 2885dab

Please sign in to comment.