diff --git a/docker/rootfs/version b/docker/rootfs/version index f092941a75..d9b6a7830f 100755 --- a/docker/rootfs/version +++ b/docker/rootfs/version @@ -1 +1 @@ -3.2.8 +3.3beta1 diff --git a/mayan/__init__.py b/mayan/__init__.py index aaea293b25..9bd0dcd8fd 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__ = 0x030208 -__build_string__ = 'v3.2.8-245-gce7c805251_Mon Oct 7 11:01:43 2019 -0400' +__build_string__ = 'v3.2.8-255-g69086d87dd_Tue Oct 8 09:43:10 2019 -0400' __django_version__ = '1.11' __author__ = 'Roberto Rosario' __author_email__ = 'roberto.rosario@mayan-edms.com' diff --git a/setup.py b/setup.py index a8ab7ec567..5b4c273ef0 100644 --- a/setup.py +++ b/setup.py @@ -60,7 +60,9 @@ django==1.11.24 Pillow==6.0.0 PyPDF2==1.26.0 PyYAML==5.1.1 +celery==4.3.0 django-activity-stream==0.7.0 +django-celery-beat==1.5.0 django-colorful==1.3 django-cors-headers==2.5.2 django-downloadview==1.9