From c2a1c2ca7b7fd90af565c884e93e33d5e1237e67 Mon Sep 17 00:00:00 2001 From: Roberto Rosario Date: Fri, 7 Sep 2018 03:57:05 -0400 Subject: [PATCH] Bump version to 3.1 beta1. Signed-off-by: Roberto Rosario --- docker/version | 2 +- mayan/__init__.py | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docker/version b/docker/version index 75a22a26ac..99e850e822 100755 --- a/docker/version +++ b/docker/version @@ -1 +1 @@ -3.0.3 +3.1b1 diff --git a/mayan/__init__.py b/mayan/__init__.py index a01bd820ce..aea4efd9a2 100644 --- a/mayan/__init__.py +++ b/mayan/__init__.py @@ -1,8 +1,8 @@ from __future__ import unicode_literals __title__ = 'Mayan EDMS' -__version__ = '3.0.3' -__build__ = 0x030003 +__version__ = '3.1b1' +__build__ = 0x030100 __author__ = 'Roberto Rosario' __author_email__ = 'roberto.rosario@mayan-edms.com' __description__ = 'Free Open Source Electronic Document Management System'