Skip to content

v1.19.0

Latest
Compare
Choose a tag to compare
@jag1g13 jag1g13 released this 02 Oct 14:52
· 404 commits to master since this release
f7647f5

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