Skip to content

Commit

Permalink
Bumping version to 0.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
aws-sdk-python-automation committed Feb 2, 2022
1 parent 4261089 commit 4fc8e39
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 8 deletions.
7 changes: 7 additions & 0 deletions .changes/0.5.1.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
[
{
"category": "Python",
"description": "Officially add Python 3.10 support",
"type": "enhancement"
}
]
5 changes: 0 additions & 5 deletions .changes/next-release/enhancement-Python-96455.json

This file was deleted.

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

0.5.1
=====

* enhancement:Python: Officially add Python 3.10 support


0.5.0
=====

Expand Down Expand Up @@ -78,7 +84,7 @@ CHANGELOG
0.2.1
=====

* enhancement:``ProcessPool``: Adds user agent suffix.
* enhancment:ProcessPool: Adds user agent suffix.


0.2.0
Expand All @@ -96,7 +102,7 @@ CHANGELOG
0.1.12
======
* enhancement:``max_bandwidth``: Add ability to set maximum bandwidth consumption for streaming of S3 uploads and downloads.
* enhancement:``max_bandwidth``: Add ability to set maximum bandwidth consumption for streaming of S3 uploads and downloads


0.1.11
Expand Down Expand Up @@ -182,3 +188,4 @@ CHANGELOG
=====

* feature:manager: Add boto3 s3 transfer logic to package. (`issue 2 <https://github.com/boto/s3transfer/pull/2>`__)

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.5.0'
__version__ = '0.5.1'


class NullHandler(logging.Handler):
Expand Down

0 comments on commit 4fc8e39

Please sign in to comment.