Actualizar version

This commit is contained in:
Mauricio Baeza 2018-10-14 22:24:07 -05:00
parent 9f919d77bc
commit c319ee454e
4 changed files with 11 additions and 2 deletions

View File

@ -1,3 +1,8 @@
v 1.21.1 [14-oct-2018]
----------------------
- Error #307
v 1.21.0 [12-oct-2018]
----------------------
- Error #287

View File

@ -1 +1 @@
1.21.0
1.21.1

View File

@ -6,6 +6,10 @@ siempre actualizado.** Solo se da soporte sobre la ultima versión de **Empresa
Libre**.
### 1.21.1 [14-oct-2018]
- Error [#307](https://gitlab.com/mauriciobaeza/empresa-libre/issues/307)
### 1.21.0 [12-oct-2018]
- Error [#287](https://gitlab.com/mauriciobaeza/empresa-libre/issues/287)
- Mejora: Complemento de pago con datos de cuentas

View File

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