Bump version to 3.1.5.

Signed-off-by: Roberto Rosario <roberto.rosario.gonzalez@gmail.com>
This commit is contained in:
Roberto Rosario
2018-10-07 04:45:31 -04:00
parent 36f21b063d
commit 9fae8ceb64
3 changed files with 5 additions and 5 deletions

View File

@@ -2,7 +2,7 @@ from __future__ import unicode_literals
__title__ = 'Mayan EDMS'
__version__ = '{{ version }}'
__build__ = 0x030104
__build__ = 0x030105
__build_string__ = '{{ build_string }}'
__author__ = 'Roberto Rosario'
__author_email__ = 'roberto.rosario@mayan-edms.com'

View File

@@ -1 +1 @@
3.1.4
3.1.5

View File

@@ -1,9 +1,9 @@
from __future__ import unicode_literals
__title__ = 'Mayan EDMS'
__version__ = '3.1.4'
__build__ = 0x030104
__build_string__ = 'v3.1.4_Thu Oct 4 19:37:48 2018 -0400'
__version__ = '3.1.5'
__build__ = 0x030105
__build_string__ = 'v3.1.4-24-g36f21b063_Sun Oct 7 04:43:24 2018 -0400'
__author__ = 'Roberto Rosario'
__author_email__ = 'roberto.rosario@mayan-edms.com'
__description__ = 'Free Open Source Electronic Document Management System'