* New dependency: `aiofiles`
* This is used by `atcf` and `ibtracs` so disk writes are not blocking
* Fix: Automatic routines actually restart on reconnect
* Fix: NameError in `cli.present` and in `atcf.get_forecast` when getting NHC forecasts
* Changed: Full IBTrACS update now runs once per month instead of once per year
* Changed: `atcf.WrongData` and `atcf.NoActiveStorms` now inherit from `atcf.ATCFError`
* Changed: CLI start-up message is now hidden when `stdin` is a pipe.