From 7ca568a61302130d5dab9f060fe23733abfd3665 Mon Sep 17 00:00:00 2001 From: Roberto Rosario Date: Sat, 22 Jul 2017 05:00:09 -0400 Subject: [PATCH] Bump version to 2.6.2 --- mayan/__init__.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mayan/__init__.py b/mayan/__init__.py index 68a55375a2..941c0a610f 100644 --- a/mayan/__init__.py +++ b/mayan/__init__.py @@ -1,8 +1,8 @@ from __future__ import unicode_literals __title__ = 'Mayan EDMS' -__version__ = '2.6.1' -__build__ = 0x020601 +__version__ = '2.6.2' +__build__ = 0x020602 __author__ = 'Roberto Rosario' __author_email__ = 'roberto.rosario@mayan-edms.com' __description__ = 'Free Open Source Electronic Document Management System'