This release adds:
**Compatibility**
* with `CircuitPython_MiniMQTT`, `CircuitPython_Requests`
**Methods**
* `reset`: performs a hardware reset on the modem
* `factory_reset`: factory reset modem
* `icccid`: rets. sim card's iccid number
* `unpretty_ip`
**Modules**
* `adafruit_fona_gsm`: Class for interfacing with 2G GSM modems (FONA808+GPS),
* Simpler user-code for attaching to, bringing up, and disconnecting GSM modem.
* Network connection and error handling is now handled from user-code instead of within the module (polling similar to ESP32SPI's `wifimanager`)
To use in CircuitPython, simply install the [Adafruit CircuitPython bundle](https://github.com/adafruit/Adafruit_CircuitPython_Bundle).
To use in CPython, `pip install adafruit-circuitpython-fona `.
Read the [docs](http://circuitpython.readthedocs.io/projects/fona/en/latest/) for info on how to use it.