Update version and changelog

This commit is contained in:
Mauricio Baeza 2021-02-11 18:09:58 -06:00
parent 3e43cc3b46
commit 51e2464141
3 changed files with 9 additions and 2 deletions

View File

@ -1,3 +1,9 @@
v 1.41.1 [11-Feb-2021]
----------------------
- Error - Ticket #1
v 1.41.0 [10-Feb-2021]
----------------------
- Importar clientes desde archivo CSV

View File

@ -1 +1,2 @@
1.41.0
1.41.1

View File

@ -42,7 +42,7 @@ except ImportError:
DEBUG = DEBUG
VERSION = '1.41.0'
VERSION = '1.41.1'
EMAIL_SUPPORT = ('soporte@empresalibre.mx',)
TITLE_APP = '{} v{}'.format(TITLE_APP, VERSION)