* Remove call to SimpleDB Client.connect(), as the `simpledb` APIs have
changed and no longer use this method.
* Ensure that pre- and post-execute hooks are run when using Huey in
"always_eager" mode.
* Gracefully stop Huey consumer when SIGINT is received.
* Improved continuous integration, now testing on Python 3.7 as well.
[View commits](https://github.com/coleifer/huey/compare/1.10.0...1.10.1)