Bump version to 3.2.9

Signed-off-by: Roberto Rosario <roberto.rosario@mayan-edms.com>
This commit is contained in:
Roberto Rosario
2019-10-30 00:40:49 -04:00
parent da7feed2ef
commit 475b93a664
2 changed files with 4 additions and 4 deletions

View File

@@ -1 +1 @@
3.2.8
3.2.9

View File

@@ -1,9 +1,9 @@
from __future__ import unicode_literals
__title__ = 'Mayan EDMS'
__version__ = '3.2.8'
__build__ = 0x030208
__build_string__ = 'v3.2.8-20-g2edacc9a06_Mon Oct 28 23:12:39 2019 -0400'
__version__ = '3.2.9'
__build__ = 0x030209
__build_string__ = 'v3.2.8-28-gda7feed2ef_Tue Oct 29 04:57:27 2019 -0400'
__django_version__ = '1.11'
__author__ = 'Roberto Rosario'
__author_email__ = 'roberto.rosario@mayan-edms.com'