diff --git a/VERSION b/VERSION index 5edffce..0c11aad 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.39.0 +1.39.1 diff --git a/source/app/settings.py b/source/app/settings.py index 6e5eac9..9346afe 100644 --- a/source/app/settings.py +++ b/source/app/settings.py @@ -47,7 +47,7 @@ except ImportError: DEBUG = DEBUG -VERSION = '1.39.0' +VERSION = '1.39.1' EMAIL_SUPPORT = ('soporte@empresalibre.mx',) TITLE_APP = '{} v{}'.format(TITLE_APP, VERSION)