- Added support for alternate specification of job execution via scheduler.delegator config
- Improved "async" jobs to run immediately instead of relying on APScheduler (thus improving time-to-execution)
- Removed distribute dependency
- Fix for Python 3 support (thanks to github.com/farvour -- issue #7)
- Added Python 3 support (thanks to github.com/farvour -- issue #3)
- Implemented workaround for kombu (python3 + pickle + bzip2) issue
- Added ultra-basic unit test
- Fixed serializer to work with kombu 3.0.8 (thanks to github.com/mazvv -- issue #2)
- First tagged release