diff --git a/docs/releases/index.rst b/docs/releases/index.rst index 1cfcbc3298..d462ab7ba0 100644 --- a/docs/releases/index.rst +++ b/docs/releases/index.rst @@ -22,6 +22,7 @@ versions of the documentation contain the release notes for any later releases. .. toctree:: :maxdepth: 1 + 2.7.3 2.7.2 2.7.1 2.7 diff --git a/mayan/__init__.py b/mayan/__init__.py index df8777e685..011a851b23 100644 --- a/mayan/__init__.py +++ b/mayan/__init__.py @@ -1,8 +1,8 @@ from __future__ import unicode_literals __title__ = 'Mayan EDMS' -__version__ = '2.7.2' -__build__ = 0x020702 +__version__ = '2.7.3' +__build__ = 0x020703 __author__ = 'Roberto Rosario' __author_email__ = 'roberto.rosario@mayan-edms.com' __description__ = 'Free Open Source Electronic Document Management System'