v1.3.1
New Features
- Staffs can set expiration date for inaugural year grant.
Changes
-
Make money unavailable after inaugural year.
The expiration date is available at the dashboard.
-
Request submitted date is available at dashboard.
-
Fix missing tweet at email template.
-
Use a different icon for event website link
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