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:
@@ -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
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
@@ -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'
|
||||||
|
|||||||
Reference in New Issue
Block a user