Update required Django version to 1.11.16.

Signed-off-by: Roberto Rosario <roberto.rosario.gonzalez@gmail.com>
This commit is contained in:
Roberto Rosario
2018-10-03 15:16:09 -04:00
parent 72678e31f3
commit 08a69f534e
4 changed files with 5 additions and 8 deletions

View File

@@ -3,7 +3,7 @@ from __future__ import unicode_literals
__title__ = 'Mayan EDMS'
__version__ = '3.1.3'
__build__ = 0x030101
__build_string__ = '3.1.3_Thu Sep 27 04:19:45 2018 -0400'
__build_string__ = '3.1.3-19-g72678e31f_Wed Oct 3 15:14:18 2018 -0400'
__author__ = 'Roberto Rosario'
__author_email__ = 'roberto.rosario@mayan-edms.com'
__description__ = 'Free Open Source Electronic Document Management System'