Released: May 21, 2015
The required version of Django has been updated to version 1.6.11.
Type in the console:
$ pip install mayan-edms==1.1.1
the requirements will also be updated.
If you installed Mayan EDMS by cloning the Git repository issue the commands:
$ git reset --hard HEAD $ git pull
otherwise download the compressed archived and uncompress it overriding the existing installation.
Next upgrade/add the new requirements:
$ pip install --upgrade -r requirements.txt
Add new static media:
$ mayan-edms.py collectstatic --noinput
The upgrade procedure is now complete.