Update version and changelog

This commit is contained in:
Mauricio Baeza 2021-02-12 12:23:20 -06:00
parent 0e881eb17a
commit e59941db34
3 changed files with 7 additions and 2 deletions

View File

@ -1,4 +1,9 @@
v 1.41.2 [13-Feb-2021]
----------------------
- Error - Ticket #2
v 1.41.1 [11-Feb-2021]
----------------------
- Error - Ticket #1

View File

@ -1,2 +1,2 @@
1.41.1
1.41.2

View File

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