Files
mayan-edms/mayan/__init__.py
Roberto Rosario 6f8792dded 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>
2017-05-29 14:50:51 -04:00

11 lines
346 B
Python

from __future__ import unicode_literals
__title__ = 'Mayan EDMS'
__version__ = '2.3'
__build__ = 0x020300
__author__ = 'Roberto Rosario'
__author_email__ = 'roberto.rosario@mayan-edms.com'
__description__ = 'Free Open Source Electronic Document Management System'
__license__ = 'Apache 2.0'
__copyright__ = 'Copyright 2011-2016 Roberto Rosario'