Skip to content

Commit f6e0cf3

Browse files
Merge branch 'release-0.10.3' into develop
* release-0.10.3: Bumping version to 0.10.3
2 parents 0d7a87f + bf87770 commit f6e0cf3

4 files changed

Lines changed: 14 additions & 6 deletions

File tree

.changes/0.10.3.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
[
2+
{
3+
"category": "Python",
4+
"description": "Added provisional Python 3.13 support to s3transfer",
5+
"type": "enhancement"
6+
}
7+
]

.changes/next-release/enhancement-Python-9497.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.10.3
6+
======
7+
8+
* enhancement:Python: Added provisional Python 3.13 support to s3transfer
9+
10+
511
0.10.2
612
======
713

s3transfer/__init__.py

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

147147
__author__ = 'Amazon Web Services'
148-
__version__ = '0.10.2'
148+
__version__ = '0.10.3'
149149

150150

151151
class NullHandler(logging.Handler):

0 commit comments

Comments
 (0)