uamqp v1.0.1
Bug fix release to address some reported issues:
- Added some more checks in place to prevent lock hanging on a keyboard interrupt. (issue #30)
- Fixed bug in setting MessageProperties.subject as string or bytes. (issue #35)
- Added missing return value to
uamqp.send_message, which now returns a list ofuamqp.constants.MessageStateto indicate the success of each message sent.