From 03f5fdda566c1d6ae35c577369ae4fc8a9339b4a Mon Sep 17 00:00:00 2001 From: Roberto Rosario Date: Sun, 7 Oct 2018 04:45:58 -0400 Subject: [PATCH] Prepare files for release 3.1.5 Signed-off-by: Roberto Rosario --- mayan/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mayan/__init__.py b/mayan/__init__.py index a10a2781c7..16d7bebf12 100644 --- a/mayan/__init__.py +++ b/mayan/__init__.py @@ -3,7 +3,7 @@ from __future__ import unicode_literals __title__ = 'Mayan EDMS' __version__ = '3.1.5' __build__ = 0x030105 -__build_string__ = 'v3.1.4-24-g36f21b063_Sun Oct 7 04:43:24 2018 -0400' +__build_string__ = 'v3.1.5_Sun Oct 7 04:45:31 2018 -0400' __author__ = 'Roberto Rosario' __author_email__ = 'roberto.rosario@mayan-edms.com' __description__ = 'Free Open Source Electronic Document Management System'