Bump version to 3.1.7

Signed-off-by: Roberto Rosario <roberto.rosario.gonzalez@gmail.com>
This commit is contained in:
Roberto Rosario
2018-10-14 03:51:25 -04:00
parent c9fb3814d9
commit d5ef08b636
3 changed files with 5 additions and 5 deletions

View File

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

View File

@@ -1 +1 @@
3.1.6 3.1.7

View File

@@ -1,9 +1,9 @@
from __future__ import unicode_literals from __future__ import unicode_literals
__title__ = 'Mayan EDMS' __title__ = 'Mayan EDMS'
__version__ = '3.1.6' __version__ = '3.1.7'
__build__ = 0x030106 __build__ = 0x030107
__build_string__ = 'v3.1.6_Tue Oct 9 19:18:23 2018 -0400' __build_string__ = 'v3.1.6-17-gc9fb3814d_Sun Oct 14 03:47:41 2018 -0400'
__author__ = 'Roberto Rosario' __author__ = 'Roberto Rosario'
__author_email__ = 'roberto.rosario@mayan-edms.com' __author_email__ = 'roberto.rosario@mayan-edms.com'
__description__ = 'Free Open Source Electronic Document Management System' __description__ = 'Free Open Source Electronic Document Management System'