diff --git a/CHANGELOG.md b/CHANGELOG.md index 84ca76b..6002044 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +v 1.21.1 [14-oct-2018] +---------------------- + - Error #307 + + v 1.21.0 [12-oct-2018] ---------------------- - Error #287 diff --git a/VERSION b/VERSION index 3500250..2844977 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.21.0 +1.21.1 diff --git a/docs/empresalibre/docs/notas.md b/docs/empresalibre/docs/notas.md index 36a8f00..fada4e9 100644 --- a/docs/empresalibre/docs/notas.md +++ b/docs/empresalibre/docs/notas.md @@ -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 diff --git a/source/app/settings.py b/source/app/settings.py index fc4d0e9..ea31e6a 100644 --- a/source/app/settings.py +++ b/source/app/settings.py @@ -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)