Skip to content

v1.17.0

Compare
Choose a tag to compare
@rgaiacs rgaiacs released this 20 Feb 11:39
· 497 commits to master since this release

New Features

  • Ask fellows about success metrics
  • Add bar for finance

Changes

  • Fix links on emails
  • Show email sent as HTML

Upgrade Guide

$ 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