diff --git a/mayan/__init__.py b/mayan/__init__.py index 758e8ee330..b0e853252b 100644 --- a/mayan/__init__.py +++ b/mayan/__init__.py @@ -3,7 +3,7 @@ from __future__ import unicode_literals __title__ = 'Mayan EDMS' __version__ = '3.1.2' __build__ = 0x030101 -__build_string__ = 'v3.1.2_Fri Sep 21 02:42:20 2018 -0400' +__build_string__ = 'v3.1.2-2-g8c229d4b3_Fri Sep 21 03:01:57 2018 -0400' __author__ = 'Roberto Rosario' __author_email__ = 'roberto.rosario@mayan-edms.com' __description__ = 'Free Open Source Electronic Document Management System' diff --git a/setup.py b/setup.py index 95588c022e..ddf57b9a44 100644 --- a/setup.py +++ b/setup.py @@ -56,7 +56,7 @@ def find_packages(directory): return packages install_requires = """ -Django==1.11.16 +Django==1.11.15 Pillow==5.2.0 PyYAML==3.13 celery==3.1.24