Update version

This commit is contained in:
Mauricio Baeza 2019-08-28 14:30:57 -05:00
parent df901090a2
commit af6b13fa67
3 changed files with 7 additions and 2 deletions

View File

@ -1,3 +1,8 @@
v 1.31.1 [28-ago-2019]
----------------------
- Error: Al agregar nuevo impuesto #369
v 1.31.0 [23-abr-2019]
----------------------
- Error: Validar cantidad o valor unitario cero en tickets

View File

@ -1 +1 @@
1.31.0
1.31.1

View File

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