Update changelog and version

This commit is contained in:
Mauricio Baeza 2021-02-10 22:54:16 -06:00
parent 66d740e8d1
commit 720c9f0cb1
3 changed files with 7 additions and 2 deletions

View File

@ -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

View File

@ -1 +1 @@
1.40.1
1.41.0

View File

@ -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)