diff --git a/__init__.py.tmpl b/__init__.py.tmpl index 9cb84762e2..a0b42f30a2 100644 --- a/__init__.py.tmpl +++ b/__init__.py.tmpl @@ -2,7 +2,7 @@ from __future__ import unicode_literals __title__ = 'Mayan EDMS' __version__ = '{{ version }}' -__build__ = 0x030101 +__build__ = 0x030104 __build_string__ = '{{ build_string }}' __author__ = 'Roberto Rosario' __author_email__ = 'roberto.rosario@mayan-edms.com' diff --git a/docker/version b/docker/version index ff365e06b9..0aec50e6ed 100755 --- a/docker/version +++ b/docker/version @@ -1 +1 @@ -3.1.3 +3.1.4 diff --git a/mayan/__init__.py b/mayan/__init__.py index 33f29f1047..67ee9180a2 100644 --- a/mayan/__init__.py +++ b/mayan/__init__.py @@ -1,9 +1,9 @@ from __future__ import unicode_literals __title__ = 'Mayan EDMS' -__version__ = '3.1.3' -__build__ = 0x030101 -__build_string__ = '3.1.3-19-g72678e31f_Wed Oct 3 15:14:18 2018 -0400' +__version__ = '3.1.4' +__build__ = 0x030104 +__build_string__ = '3.1.3-28-g8e3484663_Thu Oct 4 19:34:07 2018 -0400' __author__ = 'Roberto Rosario' __author_email__ = 'roberto.rosario@mayan-edms.com' __description__ = 'Free Open Source Electronic Document Management System'