From 3b9e65f5d3df8ab6034c9f51ac70a5516d6543d3 Mon Sep 17 00:00:00 2001 From: Roberto Rosario Date: Sat, 17 Oct 2015 03:05:45 -0400 Subject: [PATCH] Bump version to 2.0.0 beta 2. --- mayan/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mayan/__init__.py b/mayan/__init__.py index 67f32eec4b..7eb9059238 100644 --- a/mayan/__init__.py +++ b/mayan/__init__.py @@ -1,7 +1,7 @@ from __future__ import unicode_literals __title__ = 'Mayan EDMS' -__version__ = '2.0.0beta1' +__version__ = '2.0.0beta2' __build__ = 0x020000 __author__ = 'Roberto Rosario' __author_email__ = 'roberto.rosario@mayan-edms.com'