Actualizar version

This commit is contained in:
Mauricio Baeza 2018-07-08 23:45:39 -05:00
parent 0bf0769ad7
commit 064a65c0ae
3 changed files with 6 additions and 2 deletions

View File

@ -1,3 +1,7 @@
v 1.9.3 [08-jul-2018]
---------------------
- Fix: Al refacturar conceptos con descuento
v 1.9.2 [05-jul-2018]
---------------------
- Fix: Al generar el reporte de facturas en PDF

View File

@ -1 +1 @@
1.9.2
1.9.3

View File

@ -31,7 +31,7 @@ except ImportError:
DEBUG = DEBUG
VERSION = '1.9.2'
VERSION = '1.9.3'
EMAIL_SUPPORT = ('soporte@empresalibre.net',)
TITLE_APP = '{} v{}'.format(TITLE_APP, VERSION)