Skip to content

Commit 807f81c

Browse files
Bumping version to 0.11.3
1 parent 1cf8b4d commit 807f81c

File tree

4 files changed

+14
-6
lines changed

4 files changed

+14
-6
lines changed

.changes/0.11.3.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": "Fix urlencoding issues for request signing with the awscrt.",
5+
"type": "bugfix"
6+
}
7+
]

.changes/next-release/bugfix-awscrt-11663.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.11.3
6+
======
7+
8+
* bugfix:``awscrt``: Fix urlencoding issues for request signing with the awscrt.
9+
10+
511
0.11.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.11.2'
148+
__version__ = '0.11.3'
149149

150150

151151
class NullHandler(logging.Handler):

0 commit comments

Comments
 (0)