From 772e8cbeffba76b8290ee24fb88a01ed1cab8ff0 Mon Sep 17 00:00:00 2001 From: Roberto Rosario Date: Mon, 6 Mar 2017 23:10:18 -0400 Subject: [PATCH] Bump version to 2.2 beta 1 --- mayan/__init__.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mayan/__init__.py b/mayan/__init__.py index bf64ac09c6..cb1a32b04f 100644 --- a/mayan/__init__.py +++ b/mayan/__init__.py @@ -1,8 +1,8 @@ from __future__ import unicode_literals __title__ = 'Mayan EDMS' -__version__ = '2.1.10' -__build__ = 0x020110 +__version__ = '2.2b1' +__build__ = 0x020200 __author__ = 'Roberto Rosario' __author_email__ = 'roberto.rosario@mayan-edms.com' __description__ = 'Free Open Source Electronic Document Management System'