v0.10.1
New Features
- Invoice option to claim submission
- Maintenance warning
- Timestamp for each communication entry
Changes
- Action links on staff dashboard
- Store the full message send to claimant when reviewing requests
- Email icon for fellows on index page only for staffs
- Use default type of funds and grant from Constance
- Fix Internal Server Error when login with GitHub
- Improve language
Upgrade Notes
$ git fetch --all
$ git stash
$ git merge origin/master
$ git stash pop
$ python -m pip install --upgrade -r requirements.txt
$ python manage.py migrate
$ python manage.py loaddata fixtures/flatpages.json
$ python manage.py loaddata fixtures/sites.json