Skip to content

Commit

Permalink
Merge pull request #29 from iheartradio/release/0.2.1
Browse files Browse the repository at this point in the history
release notes for 0.2.1
  • Loading branch information
ajbeach2 authored Jul 20, 2018
2 parents a4038a2 + c3e738d commit b7c9b25
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
Version 0.2.1
=============

Released 2018-06-27

- Revert regression introducted in an attempt to address exceptions being swallowed. _begin_consuming reverted to not return the loop.create_task

Version 0.2.0
=============

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

setup(
name='Henson-SQS',
version='0.2.0',
version='0.2.1',
packages=find_packages(exclude=['tests']),
install_requires=[
'boto3>=1.1.1',
Expand Down

0 comments on commit b7c9b25

Please sign in to comment.