diff --git a/mayan/__init__.py b/mayan/__init__.py index e08c906551..6caed0087e 100644 --- a/mayan/__init__.py +++ b/mayan/__init__.py @@ -2,8 +2,8 @@ from __future__ import unicode_literals __title__ = 'Mayan EDMS' __version__ = '3.1.3' -__build__ = 0x030103 -__build_string__ = 'v3.1.2-18-g2d69c6114_Thu Sep 27 01:21:44 2018 -0400' +__build__ = 0x030101 +__build_string__ = '3.1.3_Thu Sep 27 04:19:45 2018 -0400' __author__ = 'Roberto Rosario' __author_email__ = 'roberto.rosario@mayan-edms.com' __description__ = 'Free Open Source Electronic Document Management System'