Skip to content

Commit

Permalink
Merge branch 'release-0.4.1' into develop
Browse files Browse the repository at this point in the history
* release-0.4.1:
  Bumping version to 0.4.1
  • Loading branch information
aws-sdk-python-automation committed Apr 21, 2021
2 parents f19bf5f + fbab6b6 commit 7d91ba9
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 6 deletions.
7 changes: 7 additions & 0 deletions .changes/0.4.1.json
@@ -0,0 +1,7 @@
[
{
"category": "``crt``",
"description": "Add ``set_exception`` to ``CRTTransferFuture`` to allow setting exceptions in subscribers.",
"type": "enhancement"
}
]
5 changes: 0 additions & 5 deletions .changes/next-release/enhancement-crt-20073.json

This file was deleted.

6 changes: 6 additions & 0 deletions CHANGELOG.rst
Expand Up @@ -2,6 +2,12 @@
CHANGELOG
=========

0.4.1
=====

* enhancement:``crt``: Add ``set_exception`` to ``CRTTransferFuture`` to allow setting exceptions in subscribers.


0.4.0
=====

Expand Down
2 changes: 1 addition & 1 deletion s3transfer/__init__.py
Expand Up @@ -143,7 +143,7 @@ def __call__(self, bytes_amount):


__author__ = 'Amazon Web Services'
__version__ = '0.4.0'
__version__ = '0.4.1'


class NullHandler(logging.Handler):
Expand Down

0 comments on commit 7d91ba9

Please sign in to comment.