Skip to content

Commit

Permalink
Merge pull request #160 from iheartradio/2.1.0
Browse files Browse the repository at this point in the history
Update for release 2.1.0
  • Loading branch information
adityaghosh authored Apr 13, 2020
2 parents b8c6fde + c1286d1 commit d426a4e
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
1 change: 1 addition & 0 deletions AUTHORS.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,4 @@ The following folks have contributed to making this library possible.
* Jon Banafato (`@jonafato <https://github.com/jonafato>`_)
* Leonard Bedner (`@lbedner <https://github.com/lbedner>`_)
* Zack Morris (`@zackmorris <https://github.com/zackmorris>`_)
* Aditya Ghosh (`@adityaghosh <https://github.com/adityaghosh>`_)
9 changes: 9 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
Version 2.1.0
-------------

Released 2020-04-13

- Adding a boolean setting `ASYNC_QUEUE` to support
using either Synchronous Queue (when False)
or Async Queue(when true) [default]

Version 2.0.0
-------------

Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ def read(filename):

setup(
name='Henson',
version='2.0.0',
author='Leonard Bedner, Zack Morris, and others',
version='2.1.0',
author='Aditya Ghosh, Leonard Bedner, Zack Morris, and others',
author_email='[email protected]',
url='https://henson.readthedocs.io',
description='A framework for running a Python service driven by a consumer',
Expand Down

0 comments on commit d426a4e

Please sign in to comment.