diff --git a/docker/version b/docker/version index cb2b00e4f7..75a22a26ac 100755 --- a/docker/version +++ b/docker/version @@ -1 +1 @@ -3.0.1 +3.0.3 diff --git a/mayan/__init__.py b/mayan/__init__.py index 653b5fd7ae..a01bd820ce 100644 --- a/mayan/__init__.py +++ b/mayan/__init__.py @@ -1,8 +1,8 @@ from __future__ import unicode_literals __title__ = 'Mayan EDMS' -__version__ = '3.0.2' -__build__ = 0x030002 +__version__ = '3.0.3' +__build__ = 0x030003 __author__ = 'Roberto Rosario' __author_email__ = 'roberto.rosario@mayan-edms.com' __description__ = 'Free Open Source Electronic Document Management System'