diff --git a/docker/rootfs/version b/docker/rootfs/version index 3ba9d10c7ae..2f4b60750dc 100755 --- a/docker/rootfs/version +++ b/docker/rootfs/version @@ -1 +1 @@ -3.4b1 +3.4 diff --git a/mayan/__init__.py b/mayan/__init__.py index fef61a5e8f6..c30274dad00 100644 --- a/mayan/__init__.py +++ b/mayan/__init__.py @@ -1,7 +1,7 @@ __title__ = 'Mayan EDMS' -__version__ = '3.4b1' +__version__ = '3.4' __build__ = 0x030400 -__build_string__ = 'v3.3.16-106-g853fd938fb_Wed Mar 25 00:59:12 2020 -0400' +__build_string__ = 'v3.3.16-143-gbb9d2151ec_Mon Mar 30 05:57:23 2020 -0400' __django_version__ = '2.2' __author__ = 'Roberto Rosario' __author_email__ = 'roberto.rosario@mayan-edms.com' diff --git a/setup.py b/setup.py index 37e1726b878..c267d376fea 100644 --- a/setup.py +++ b/setup.py @@ -57,49 +57,48 @@ def find_packages(directory): install_requires = """ django==2.2.10 -Pillow==6.2.2 +Pillow==7.0.0 PyPDF2==1.26.0 -PyYAML==5.1.2 +PyYAML==5.3.1 celery==4.3.0 -django-activity-stream==0.7.0 +django-activity-stream==0.8.0 django-celery-beat==1.5.0 django-colorful==1.3 django-cors-headers==2.5.2 -django-formtools==2.1 -django-mathfilters==0.4.0 -django-model-utils==3.1.2 -django-mptt==0.9.1 +django-formtools==2.2 +django-mathfilters==1.0.0 +django-model-utils==4.0.0 +django-mptt==0.11.0 django-pure-pagination==0.3.0 -django-qsstats-magic==1.0.0 +django-qsstats-magic==1.1.0 django-solo==1.1.3 django-stronghold==0.4.0 -django-timezone-field==3.1 -django-widget-tweaks==1.4.5 +django-widget-tweaks==1.4.8 djangorestframework==3.7.7 djangorestframework-recursive==0.1.2 drf-yasg==1.6.0 extract-msg==0.23.3 -flanker==0.9.0 +flanker==0.9.11 flex==6.14.0 -furl==2.0.0 +furl==2.1.0 fusepy==3.0.1 gevent==1.4.0 -graphviz==0.10.1 -gunicorn==19.9.0 +graphviz==0.13.2 +gunicorn==20.0.4 kombu==4.6.7 -mock==2.0.0 -node-semver==0.6.1 -pycountry==18.12.8 +mock==4.0.2 +node-semver==0.8.0 +pycountry==19.8.18 pycryptodome==3.9.7 pyocr==0.6 -python-dateutil==2.8.0 +python-dateutil==2.8.1 python-magic==0.4.15 python_gnupg==0.4.5 pytz==2019.1 -requests==2.21.0 +requests==2.23.0 sh==1.12.14 swagger-spec-validator==2.4.3 -whitenoise==4.1.4 +whitenoise==5.0.1 """.split() with open('README.rst') as f: