* Removes mkdocs from the production requirements.txt to fix a Jinja version problem. Thanks to the report from [PrideRage](https://github.com/PrideRage).
0.6.4
* Switches to bottle to cherrypy over gevent, which should solve lingering gevent DNS threading issues, thanks to [wohali](https://github.com/wohali). * Support for will, WILL, wIll, thanks to [neronmoon](https://github.com/neronmoon)
0.6.3
* Better error handling for weirdly formatted messages. * Better generated README, thanks to [bsvetchine](https://github.com/bsvetchine).
0.6.2
* Bugfix on `generate_will_project`, thanks to the report by [MattyDub](https://github.com/MattyDub).
0.6.1
* Freezes apscheduler to < 3.0, since its API was backwards incompatibile.
0.6.0
* Methods in a single class now share a common instance, thanks to [amckinley](https://github.com/amckinley). * Redis connections are now pooled (which should help with "max clients exceeded" errors), thanks to [carsongee](https://github.com/carsongee). * Preliminary travis ci support, thanks to [pcurry](https://github.com/pcurry). * More gramatically correct documentation by [hobson](https://github.com/hobson).