From 3ce31258e227f370ed86a5cd8bf09127e835b3ad Mon Sep 17 00:00:00 2001 From: Mauricio Baeza Date: Thu, 5 Jul 2018 23:55:53 -0500 Subject: [PATCH] =?UTF-8?q?Actualizar=20versi=C3=B3n?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 4 ++++ VERSION | 2 +- source/app/settings.py | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index eeebccb..7092ec3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +v 1.9.2 [05-jul-2018] +--------------------- + - Fix: Al generar el reporte de facturas en PDF + v 1.9.1 [25-jun-2018] --------------------- - Fix: Al mostrar el título de la aplicación diff --git a/VERSION b/VERSION index 9ab8337..8fdcf38 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.9.1 +1.9.2 diff --git a/source/app/settings.py b/source/app/settings.py index 04f3edb..ab3aab9 100644 --- a/source/app/settings.py +++ b/source/app/settings.py @@ -31,7 +31,7 @@ except ImportError: DEBUG = DEBUG -VERSION = '1.9.1' +VERSION = '1.9.2' EMAIL_SUPPORT = ('soporte@empresalibre.net',) TITLE_APP = '{} v{}'.format(TITLE_APP, VERSION)