From cd910e8ae996e725f6653a0b66a5576c20492989 Mon Sep 17 00:00:00 2001 From: Roberto Rosario Date: Mon, 13 Feb 2017 02:46:08 -0400 Subject: [PATCH] Bump version to 2.1.10 --- mayan/__init__.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mayan/__init__.py b/mayan/__init__.py index 5b002feecb..bf64ac09c6 100644 --- a/mayan/__init__.py +++ b/mayan/__init__.py @@ -1,8 +1,8 @@ from __future__ import unicode_literals __title__ = 'Mayan EDMS' -__version__ = '2.1.9' -__build__ = 0x020109 +__version__ = '2.1.10' +__build__ = 0x020110 __author__ = 'Roberto Rosario' __author_email__ = 'roberto.rosario@mayan-edms.com' __description__ = 'Free Open Source Electronic Document Management System'