Skip to content

Commit 06cb1a7

Browse files
Merge branch 'release-0.9.0' into develop
* release-0.9.0: Bumping version to 0.9.0
2 parents f887e65 + 17ab09b commit 06cb1a7

File tree

4 files changed

+14
-6
lines changed

4 files changed

+14
-6
lines changed

.changes/0.9.0.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": "End of support for Python 3.7",
5+
"type": "feature"
6+
}
7+
]

.changes/next-release/feature-Python-52884.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.9.0
6+
=====
7+
8+
* feature:Python: End of support for Python 3.7
9+
10+
511
0.8.2
612
=====
713

s3transfer/__init__.py

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

146146
__author__ = 'Amazon Web Services'
147-
__version__ = '0.8.2'
147+
__version__ = '0.9.0'
148148

149149

150150
class NullHandler(logging.Handler):

0 commit comments

Comments
 (0)