Update changelog. Bump version to 2.6 beta1.

Signed-off-by: Roberto Rosario <roberto.rosario.gonzalez@gmail.com>
This commit is contained in:
Roberto Rosario
2017-07-14 05:23:00 -04:00
parent fb520d6f92
commit bdc69b9860
2 changed files with 6 additions and 4 deletions

View File

@@ -1,5 +1,5 @@
2.5.3 (2017-07-XX)
==================
2.6 (2017-07-XX)
================
- Fix HTML mark up in window title. GitLab #397.
- Add support for emailing documents to a recipient list. GitLab #396.
- Backport metadata widget changes from @Macrobb. GitLab #377.
@@ -11,6 +11,8 @@
- Add document list item view.
- Sort setting by namespace label and by global name second.
- Sort indexes by label.
- Fix cabinets permission and access control checking.
- The permission to add or remove documents to cabinets now applies to documents too.
2.5.2 (2017-07-08)
==================

View File

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