diff --git a/docker/rootfs/version b/docker/rootfs/version index 619b537668..a0891f563f 100755 --- a/docker/rootfs/version +++ b/docker/rootfs/version @@ -1 +1 @@ -3.3.3 +3.3.4 diff --git a/mayan/__init__.py b/mayan/__init__.py index 583eb2e800..62aa489b53 100644 --- a/mayan/__init__.py +++ b/mayan/__init__.py @@ -1,9 +1,9 @@ from __future__ import unicode_literals __title__ = 'Mayan EDMS' -__version__ = '3.3.3' -__build__ = 0x030303 -__build_string__ = 'v3.3.3_Thu Dec 5 06:32:40 2019 -0400' +__version__ = '3.3.4' +__build__ = 0x030304 +__build_string__ = 'v3.3.3-20-gcdb9094083_Mon Dec 9 01:57:12 2019 -0400' __django_version__ = '1.11' __author__ = 'Roberto Rosario' __author_email__ = 'roberto.rosario@mayan-edms.com' diff --git a/requirements/development.txt b/requirements/development.txt index 2135076245..88403084c4 100644 --- a/requirements/development.txt +++ b/requirements/development.txt @@ -1,5 +1,5 @@ Werkzeug==0.15.4 -devpi-server==5.0.0 +devpi-server==5.3.1 django-debug-toolbar==1.11 django-extensions==2.1.9 django-rosetta==0.9.3