Bump version to 2.0.1.
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
2.0.1 (2016-01-xx)
|
||||
2.0.1 (2016-01-22)
|
||||
==================
|
||||
- Fix GitLab issue #243, "System allows a user to skip entering values for a required metadata field while uploading a new document"
|
||||
- Fix GitLab issue #245, "Add multiple metadata not possible"
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
Mayan EDMS v2.0.1 release notes
|
||||
===============================
|
||||
|
||||
Released: January 2016
|
||||
Released: January 22, 2016
|
||||
|
||||
Welcome to Mayan EDMS v2.0.1
|
||||
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
from __future__ import unicode_literals
|
||||
|
||||
__title__ = 'Mayan EDMS'
|
||||
__version__ = '2.0.0'
|
||||
__build__ = 0x020000
|
||||
__version__ = '2.0.1'
|
||||
__build__ = 0x020001
|
||||
__author__ = 'Roberto Rosario'
|
||||
__author_email__ = 'roberto.rosario@mayan-edms.com'
|
||||
__description__ = 'Free Open Source Electronic Document Management System'
|
||||
|
||||
Reference in New Issue
Block a user