From 5e025ee8ca86b3ee1892b7eaea7943ca66d0bc24 Mon Sep 17 00:00:00 2001 From: Roberto Rosario Date: Wed, 30 Aug 2017 01:54:39 -0400 Subject: [PATCH] Bump version to 2.7. 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 85d1ded927..4295aa7cfe 100644 --- a/mayan/__init__.py +++ b/mayan/__init__.py @@ -1,7 +1,7 @@ from __future__ import unicode_literals __title__ = 'Mayan EDMS' -__version__ = '2.7beta1' +__version__ = '2.7' __build__ = 0x020700 __author__ = 'Roberto Rosario' __author_email__ = 'roberto.rosario@mayan-edms.com'