diff --git a/source/app/settings.py b/source/app/settings.py index a69cd1f..bc7eade 100644 --- a/source/app/settings.py +++ b/source/app/settings.py @@ -11,7 +11,7 @@ from conf import DEBUG, LOG_PATH DEBUG = DEBUG -VERSION = '0.2.0' +VERSION = '0.2.1' EMAIL_SUPPORT = ('soporte@empresalibre.net',) BASE_DIR = os.path.abspath(os.path.dirname(__file__))