v0.11.0
New Features
- Submit a blog post draft without an associated event
- Categorisation into budget pot categories at Funding Request review stage
- Flag when event is related with Fellows face to face selection meeting, Fellows inaugural meeting, Collaborations Workshop
Changes
- Finance categories should be more clear now
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