diff --git a/docker/rootfs/version b/docker/rootfs/version index f092941a75..e650c01d92 100755 --- a/docker/rootfs/version +++ b/docker/rootfs/version @@ -1 +1 @@ -3.2.8 +3.2.9 diff --git a/mayan/__init__.py b/mayan/__init__.py index f85d46980c..c74a4eb196 100644 --- a/mayan/__init__.py +++ b/mayan/__init__.py @@ -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'