Committed changes are more than bugfixes rename release from

2.2.1 to 2.3. Bump version number.

Signed-off-by: Roberto Rosario <roberto.rosario.gonzalez@gmail.com>
This commit is contained in:
Roberto Rosario
2017-05-29 14:50:51 -04:00
parent 68dbdb111a
commit 6f8792dded
4 changed files with 5 additions and 5 deletions

View File

@@ -1,5 +1,5 @@
2.2.1 (2017-05-XX) 2.3 (2017-05-XX)
================== ================
- Allow for bigger indexing expression templates. - Allow for bigger indexing expression templates.
- Auto select checkbox when updating metadata values. GitLab issue #371. - Auto select checkbox when updating metadata values. GitLab issue #371.
- Added support for passing the options allow-other and allow-root to the - Added support for passing the options allow-other and allow-root to the

View File

@@ -22,7 +22,7 @@ versions of the documentation contain the release notes for any later releases.
.. toctree:: .. toctree::
:maxdepth: 1 :maxdepth: 1
2.2.1 2.3
2.2 2.2
2.1.11 2.1.11
2.1.10 2.1.10

View File

@@ -1,8 +1,8 @@
from __future__ import unicode_literals from __future__ import unicode_literals
__title__ = 'Mayan EDMS' __title__ = 'Mayan EDMS'
__version__ = '2.2' __version__ = '2.3'
__build__ = 0x020200 __build__ = 0x020300
__author__ = 'Roberto Rosario' __author__ = 'Roberto Rosario'
__author_email__ = 'roberto.rosario@mayan-edms.com' __author_email__ = 'roberto.rosario@mayan-edms.com'
__description__ = 'Free Open Source Electronic Document Management System' __description__ = 'Free Open Source Electronic Document Management System'