Skip to content

Commit

Permalink
Merge branch 'release-0.1.2' into develop
Browse files Browse the repository at this point in the history
* release-0.1.2:
  Bumping version to 0.1.2
  • Loading branch information
AWS committed Aug 16, 2016
2 parents 920ada7 + abba565 commit 1791893
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 6 deletions.
7 changes: 7 additions & 0 deletions .changes/0.1.2.json
@@ -0,0 +1,7 @@
[
{
"category": "download",
"description": "Patch memory leak related to unnecessarily holding onto futures for downloads.",
"type": "bugfix"
}
]
5 changes: 0 additions & 5 deletions .changes/next-release/bugfix-download-84845.json

This file was deleted.

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

0.1.2
=====

* bugfix:download: Patch memory leak related to unnecessarily holding onto futures for downloads.


0.1.1
=====

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.1.1'
__version__ = '0.1.2'


class NullHandler(logging.Handler):
Expand Down

0 comments on commit 1791893

Please sign in to comment.