Bump version to 2.0.1.

This commit is contained in:
Roberto Rosario
2016-01-22 00:30:32 -04:00
parent f8da7fe1a9
commit 699bda40c2
3 changed files with 4 additions and 4 deletions

View File

@@ -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"

View File

@@ -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

View File

@@ -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'