Skip to content

Commit

Permalink
Merge pull request #53 from iheartradio/0.8.1
Browse files Browse the repository at this point in the history
update henson version
  • Loading branch information
Christian-Paul authored Apr 13, 2020
2 parents 409acd5 + 21f48a8 commit 3d0247e
Show file tree
Hide file tree
Showing 3 changed files with 11 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.
* Andy Dirnberger (`@dirn <https://github.com/dirn>`_)
* Leonard Bedner (`@lbedner <https://github.com/lbedner>`_)
* Christian Paul (`@Christian-Paul <https://github.com/Christian-Paul>`_)
* Emmanuel Agbanyo (`@e-agbanyo <https://github.com/e-agbanyo>`_)
8 changes: 8 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@
Changelog
=========

Version 0.8.1
=============

Released 2020-04-13

- Update Henson version requirement to allow versions less than 3.0


Version 0.8.0
=============

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

setup(
name='Henson-AMQP',
version='0.8.0',
version='0.8.1',
author='Leonard Bedner, Christian Paul, and others',
author_email='[email protected]',
url='https://henson-amqp.readthedocs.io',
Expand All @@ -30,7 +30,7 @@ def read(filename):
license='Apache License, Version 2.0',
packages=find_packages(exclude=['tests']),
install_requires=[
'Henson>=1.0.0,<2.0.0',
'Henson>=1.0.0,<3.0.0',
'aioamqp>=0.5.1,<1.0.0,!=0.14.0',
],
tests_require=[
Expand Down

0 comments on commit 3d0247e

Please sign in to comment.