Bump version to 3.0

Signed-off-by: Roberto Rosario <roberto.rosario.gonzalez@gmail.com>
This commit is contained in:
Roberto Rosario
2018-06-29 03:15:34 -04:00
parent aa38b1c0e8
commit 9a809c493a
4 changed files with 4 additions and 4 deletions

View File

@@ -1,4 +1,4 @@
3.0 (2018-04-XX) 3.0 (2018-06-29)
================ ================
- Rename the role groups link label from "Members" to "Groups". - Rename the role groups link label from "Members" to "Groups".
- Rename the group users link label from "Members" to "Users". - Rename the group users link label from "Members" to "Users".

View File

@@ -1 +1 @@
3.0rc1 3.0

View File

@@ -2,7 +2,7 @@
Mayan EDMS v3.0 release notes Mayan EDMS v3.0 release notes
============================= =============================
Released: March 19, 2018 Released: June 29, 2018
What's new What's new
========== ==========

View File

@@ -1,7 +1,7 @@
from __future__ import unicode_literals from __future__ import unicode_literals
__title__ = 'Mayan EDMS' __title__ = 'Mayan EDMS'
__version__ = '3.0rc1' __version__ = '3.0'
__build__ = 0x030000 __build__ = 0x030000
__author__ = 'Roberto Rosario' __author__ = 'Roberto Rosario'
__author_email__ = 'roberto.rosario@mayan-edms.com' __author_email__ = 'roberto.rosario@mayan-edms.com'