1.0.3
Changes:
- Fix options export
- Refactor all tests to use pytest
- Update vendor files
- Improve API by adding a few filter options
Steps to upgrade:
pip install --upgrade rdmo
python manage.py download_vendor_files
python manage.py collectstatic
python manage.py deploy
You may need to restart your web server to make it deliver the updated static files.