This is the second maintenance release for the heartbeat series of command_runner, and comes quickly after v1.7.1 as it fixes some corner cases when (still) using Python 2.7.
Fixes
- All interruption exceptions (TimeoutExpired, KbdInterrupt, StopOnInterrupt, Interrupt) didn't properly call super() for earlier python versions
Note
If you run Python 3.3+, there's no need to install this update, but you still can ;)