From 82000bfe3998174512ce215e9547e55bb72ec35f Mon Sep 17 00:00:00 2001 From: Michael Price Date: Tue, 13 Mar 2018 02:07:33 -0400 Subject: [PATCH] Bump version to 3.0 Signed-off-by: Michael Price 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 011a851b23..9211979480 100644 --- a/mayan/__init__.py +++ b/mayan/__init__.py @@ -1,8 +1,8 @@ from __future__ import unicode_literals __title__ = 'Mayan EDMS' -__version__ = '2.7.3' -__build__ = 0x020703 +__version__ = '3.0' +__build__ = 0x030000 __author__ = 'Roberto Rosario' __author_email__ = 'roberto.rosario@mayan-edms.com' __description__ = 'Free Open Source Electronic Document Management System'