Skip to content

Commit

Permalink
Bumping version to 1.4.3
Browse files Browse the repository at this point in the history
  • Loading branch information
AWS committed Dec 21, 2016
1 parent bce6c9a commit 066bb83
Show file tree
Hide file tree
Showing 5 changed files with 20 additions and 11 deletions.
12 changes: 12 additions & 0 deletions .changes/1.4.3.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
[
{
"category": "``s3``",
"description": "Add ability to disable thread use with ``use_threads`` option",
"type": "feature"
},
{
"category": "Resource",
"description": "Fix resource hashing.",
"type": "bugfix"
}
]
5 changes: 0 additions & 5 deletions .changes/next-release/bugfix-Resource-65315.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/feature-s3-5833.json

This file was deleted.

7 changes: 7 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@
CHANGELOG
=========

1.4.3
=====

* feature:``s3``: Add ability to disable thread use with ``use_threads`` option
* bugfix:Resource: Fix resource hashing.


1.4.2
=====

Expand Down
2 changes: 1 addition & 1 deletion boto3/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@


__author__ = 'Amazon Web Services'
__version__ = '1.4.2'
__version__ = '1.4.3'


# The default Boto3 session; autoloaded when needed.
Expand Down

0 comments on commit 066bb83

Please sign in to comment.