From a164a3c6d1beeda1936fcf34cf19d501991aa494 Mon Sep 17 00:00:00 2001 From: Roberto Rosario Date: Fri, 23 Jun 2017 18:17:23 -0400 Subject: [PATCH] Bump version to 2.4 Signed-off-by: Roberto Rosario --- mayan/__init__.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mayan/__init__.py b/mayan/__init__.py index cb35e8154b..61976f5638 100644 --- a/mayan/__init__.py +++ b/mayan/__init__.py @@ -1,8 +1,8 @@ from __future__ import unicode_literals __title__ = 'Mayan EDMS' -__version__ = '2.3' -__build__ = 0x020300 +__version__ = '2.4' +__build__ = 0x020400 __author__ = 'Roberto Rosario' __author_email__ = 'roberto.rosario@mayan-edms.com' __description__ = 'Free Open Source Electronic Document Management System'