Bump version to 3.2

Signed-off-by: Roberto Rosario <roberto.rosario.gonzalez@gmail.com>
This commit is contained in:
Roberto Rosario
2019-06-13 02:41:49 -04:00
parent 06307ff29c
commit 037c2b6118
2 changed files with 3 additions and 3 deletions

View File

@@ -1 +1 @@
3.2rc1
3.2

View File

@@ -1,9 +1,9 @@
from __future__ import unicode_literals
__title__ = 'Mayan EDMS'
__version__ = '3.2rc1'
__version__ = '3.2'
__build__ = 0x030200
__build_string__ = 'v3.2rc1_Sun Jun 9 03:15:18 2019 -0400'
__build_string__ = 'v3.2rc1-31-g06307ff29c_Thu Jun 13 02:39:41 2019 -0400'
__django_version__ = '1.11'
__author__ = 'Roberto Rosario'
__author_email__ = 'roberto.rosario@mayan-edms.com'