From 8f56adf311af9ac4998ed5af1e77051eb2f71957 Mon Sep 17 00:00:00 2001 From: Roberto Rosario Date: Thu, 27 Sep 2018 04:20:43 -0400 Subject: [PATCH] Prepare files for release. Signed-off-by: Roberto Rosario --- mayan/__init__.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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'