Long time for this release. A couple of hard bugs (which fix was just moving a
line down a little), a big-ish new feature, and moving in a new city. Here's the
ChangeLog:

  * You can import ayrton modules and packages!
  * Depends on Python3.5 now.
  * `argv` is not quite a list: for some operations (`len()`, `iter()`, `pop()`), `argv[^0]` is left alone.
  * `option()` raises KeyError or ValueError if the option or its 'argument' is wrong.
  * `makedirs()` and `stat()` are available as functions.
  * `-p|--pdb` launches `pdb` when there is an unhandled exception.
  * Fix `for line in foo(...): ...` by automatically adding the `_bg=True` option.
  * Better `Command()` detection.
  * A lot of internal fixes.

Get it on [github](https://github.com/StyXman/ayrton/releases/tag/0.8) or
[pypi](https://pypi.python.org/pypi/ayrton/0.8)!

