From a15ddd354436de982f14bc5d204bb3c1fdb3cecd Mon Sep 17 00:00:00 2001 From: Mauricio Baeza Date: Fri, 28 Sep 2018 23:04:02 -0500 Subject: [PATCH] Error #291 --- CHANGELOG.md | 4 ++++ VERSION | 2 +- docs/empresalibre/docs/notas.md | 4 ++++ source/app/settings.py | 2 +- 4 files changed, 10 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b342f51..6a6f873 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +v 1.19.1 [29-sep-2018] +---------------------- + - Error #291 + v 1.19.0 [28-sep-2018] ---------------------- - Mejora #280 diff --git a/VERSION b/VERSION index 815d5ca..66e2ae6 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.19.0 +1.19.1 diff --git a/docs/empresalibre/docs/notas.md b/docs/empresalibre/docs/notas.md index a3e675a..89d8b1c 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.19.1 [29-sep-2018] +- Error [#291](https://gitlab.com/mauriciobaeza/empresa-libre/issues/291) + + ### 1.19.0 [28-sep-2018] - Mejora [#280](https://gitlab.com/mauriciobaeza/empresa-libre/issues/280) - Mejora [#288](https://gitlab.com/mauriciobaeza/empresa-libre/issues/288) diff --git a/source/app/settings.py b/source/app/settings.py index a3d13b3..8602a52 100644 --- a/source/app/settings.py +++ b/source/app/settings.py @@ -47,7 +47,7 @@ except ImportError: DEBUG = DEBUG -VERSION = '1.19.0' +VERSION = '1.19.1' EMAIL_SUPPORT = ('soporte@empresalibre.net',) TITLE_APP = '{} v{}'.format(TITLE_APP, VERSION)