This major release is focused solely on internal improvements and library updates. no changes have been to features or user interface.
Plugin Development
* A big effort has been made to facilitate plugin development in NEMO. See the [Plugin Development](https://github.com/usnistgov/NEMO/wiki/NEMO-plugin-development) wiki page for detailed instructions and examples.
Improvements
* Updated to Django 2.2 (LTS version with extended support until April 2022), requests 2.22, django rest framework 3.11, and to latest version of all the other libraries (cryptography, django-filter, ldap, pillow and dateutil).
* Added JSON validation for post usage questions. Thanks sbonaime for the contribution!
Before Updating
The `Kiosk` and `Area Access` features of NEMO have been moved into internal plugins. If you were using them, you'll need to add them to `INSTALLED_APPS` of your `settings.py` file:
* `'NEMO.apps.kiosk',`
* `'NEMO.apps.area_access',`