From 74d45212eccae1863de64d3bee9e81c5b6d21e27 Mon Sep 17 00:00:00 2001 From: Roberto Rosario Date: Tue, 18 Sep 2018 22:11:01 -0400 Subject: [PATCH] Bump version to 3.1.1 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 e74927b5c3..58a61b2a3a 100644 --- a/mayan/__init__.py +++ b/mayan/__init__.py @@ -3,7 +3,7 @@ from __future__ import unicode_literals __title__ = 'Mayan EDMS' __version__ = '3.1.1' __build__ = 0x030101 -__build_string__ = 'v3.1-11-g041f4e733_Tue Sep 18 22:03:25 2018 -0400' +__build_string__ = 'v3.1.1_Tue Sep 18 22:10:17 2018 -0400' __author__ = 'Roberto Rosario' __author_email__ = 'roberto.rosario@mayan-edms.com' __description__ = 'Free Open Source Electronic Document Management System'