From abe9fa0e47cd9f481aecb366979470f4445b4c44 Mon Sep 17 00:00:00 2001 From: Roberto Rosario Date: Tue, 9 Oct 2018 19:18:58 -0400 Subject: [PATCH] Prepare files for release. 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 4dd44a9fa0..bc789830e8 100644 --- a/mayan/__init__.py +++ b/mayan/__init__.py @@ -3,7 +3,7 @@ from __future__ import unicode_literals __title__ = 'Mayan EDMS' __version__ = '3.1.6' __build__ = 0x030106 -__build_string__ = 'v3.1.5-6-gcc2723376_Tue Oct 9 19:15:09 2018 -0400' +__build_string__ = 'v3.1.6_Tue Oct 9 19:18:23 2018 -0400' __author__ = 'Roberto Rosario' __author_email__ = 'roberto.rosario@mayan-edms.com' __description__ = 'Free Open Source Electronic Document Management System'