From ae4c4b93551ddcf1cbf6760b838426b99053e9ce Mon Sep 17 00:00:00 2001 From: Mauricio Baeza Date: Thu, 4 Oct 2018 15:58:40 -0500 Subject: [PATCH] Actualizar versiona a 1.20.0Error #295 --- CHANGELOG.md | 5 +++++ VERSION | 2 +- docs/empresalibre/docs/notas.md | 4 ++++ source/app/settings.py | 2 +- 4 files changed, 11 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c899338..172a404 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +v 1.20.0 [04-oct-2018] +---------------------- + - Error #295 + + v 1.19.1 [03-oct-2018] ---------------------- - Error #291 diff --git a/VERSION b/VERSION index 66e2ae6..3989355 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.19.1 +1.20.0 diff --git a/docs/empresalibre/docs/notas.md b/docs/empresalibre/docs/notas.md index 34830e4..3380f94 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.20.0 [04-oct-2018] +- Error [#295](https://gitlab.com/mauriciobaeza/empresa-libre/issues/295) + + ### 1.19.1 [03-oct-2018] - Error [#291](https://gitlab.com/mauriciobaeza/empresa-libre/issues/291) - Error al generar PDF de factura de pago con relacionados sin serie diff --git a/source/app/settings.py b/source/app/settings.py index 8602a52..764f9e9 100644 --- a/source/app/settings.py +++ b/source/app/settings.py @@ -47,7 +47,7 @@ except ImportError: DEBUG = DEBUG -VERSION = '1.19.1' +VERSION = '1.20.0' EMAIL_SUPPORT = ('soporte@empresalibre.net',) TITLE_APP = '{} v{}'.format(TITLE_APP, VERSION)