Bump version to 3.2.3

Signed-off-by: Roberto Rosario <roberto.rosario@mayan-edms.com>
This commit is contained in:
Roberto Rosario
2019-06-21 00:01:37 -04:00
parent a77708ebe6
commit 2d875ff044
2 changed files with 4 additions and 4 deletions

View File

@@ -1 +1 @@
3.2.2
3.2.3

View File

@@ -1,9 +1,9 @@
from __future__ import unicode_literals
__title__ = 'Mayan EDMS'
__version__ = '3.2.2'
__build__ = 0x030202
__build_string__ = 'v3.2.2_Wed Jun 19 00:39:13 2019 -0400'
__version__ = '3.2.3'
__build__ = 0x030203
__build_string__ = 'v3.2.2-9-ga77708ebe6_Thu Jun 20 23:52:00 2019 -0400'
__django_version__ = '1.11'
__author__ = 'Roberto Rosario'
__author_email__ = 'roberto.rosario@mayan-edms.com'