From 475b93a6643766037631a3302746ab742a90e9e6 Mon Sep 17 00:00:00 2001 From: Roberto Rosario Date: Wed, 30 Oct 2019 00:40:49 -0400 Subject: [PATCH] Bump version to 3.2.9 Signed-off-by: Roberto Rosario --- docker/rootfs/version | 2 +- mayan/__init__.py | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) 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'