Files
mayan-edms/mayan/__init__.py
Roberto Rosario 037c2b6118 Bump version to 3.2
Signed-off-by: Roberto Rosario <roberto.rosario.gonzalez@gmail.com>
2019-06-13 02:41:49 -04:00

15 lines
548 B
Python

from __future__ import unicode_literals
__title__ = 'Mayan EDMS'
__version__ = '3.2'
__build__ = 0x030200
__build_string__ = 'v3.2rc1-31-g06307ff29c_Thu Jun 13 02:39:41 2019 -0400'
__django_version__ = '1.11'
__author__ = 'Roberto Rosario'
__author_email__ = 'roberto.rosario@mayan-edms.com'
__description__ = 'Free Open Source Electronic Document Management System'
__license__ = 'Apache 2.0'
__copyright_short__ = '2011 Roberto Rosario'
__copyright__ = '{} {}'.format('Copyright', __copyright_short__)
__website__ = 'https://www.mayan-edms.com'