From a76c96e5df3c07a37878e3e5f51de72c24f72ef2 Mon Sep 17 00:00:00 2001 From: Roberto Rosario Date: Sat, 15 Jul 2017 00:38:26 -0400 Subject: [PATCH] Bump version to 2.6rc1. Signed-off-by: Roberto Rosario --- mayan/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mayan/__init__.py b/mayan/__init__.py index fa9fa8e0b1..dfd663649f 100644 --- a/mayan/__init__.py +++ b/mayan/__init__.py @@ -1,7 +1,7 @@ from __future__ import unicode_literals __title__ = 'Mayan EDMS' -__version__ = '2.6beta1' +__version__ = '2.6rc1' __build__ = 0x020600 __author__ = 'Roberto Rosario' __author_email__ = 'roberto.rosario@mayan-edms.com'