v1.19.0
Changes
- Update guidance text on several forms
- Add accessibility statement link to footer
- Migrate to GitHub Actions for CI
Fixes
- Resolve dependency conflicts with updates
Upgrade Process
$ 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
$ bash bootstrap.sh