diff --git a/CHANGELOG.md b/CHANGELOG.md index 3848322..9491439 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +v 1.41.0 [10-Feb-2021] +---------------------- + - Importar clientes desde archivo CSV + + v 1.40.1 [09-Feb-2021] ---------------------- - Fix #422 diff --git a/VERSION b/VERSION index 53a714f..7d47e59 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.40.1 +1.41.0 diff --git a/source/app/settings.py b/source/app/settings.py index a23ca65..1fd9946 100644 --- a/source/app/settings.py +++ b/source/app/settings.py @@ -42,7 +42,7 @@ except ImportError: DEBUG = DEBUG -VERSION = '1.40.1' +VERSION = '1.41.0' EMAIL_SUPPORT = ('soporte@empresalibre.mx',) TITLE_APP = '{} v{}'.format(TITLE_APP, VERSION)