From 042727aaa957ffd7f4d223730c42bd46e91534fc Mon Sep 17 00:00:00 2001 From: Roberto Rosario Date: Sat, 5 Oct 2019 15:09:46 -0400 Subject: [PATCH] Update build string Signed-off-by: Roberto Rosario --- mayan/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mayan/__init__.py b/mayan/__init__.py index 924c608969..9401b78d20 100644 --- a/mayan/__init__.py +++ b/mayan/__init__.py @@ -3,7 +3,7 @@ from __future__ import unicode_literals __title__ = 'Mayan EDMS' __version__ = '3.3beta1' __build__ = 0x030300 -__build_string__ = 'v3.2.8-168-gce4413d539_Sat Oct 5 03:31:51 2019 -0400' +__build_string__ = 'v3.3beta1_Sat Oct 5 15:08:53 2019 -0400' __django_version__ = '1.11' __author__ = 'Roberto Rosario' __author_email__ = 'roberto.rosario@mayan-edms.com'