From 933068069cb218ef8dd73285fd92b7b964687a3b Mon Sep 17 00:00:00 2001 From: Mauricio Baeza Date: Tue, 18 Sep 2018 10:57:50 -0500 Subject: [PATCH] =?UTF-8?q?Actualizar=20versi=C3=B3n=201.16.1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 6 ++++++ VERSION | 2 +- source/app/settings.py | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index efa4e89..6a82f6d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +v 1.16.1 [18-sep-2018] +---------------------- + - Error https://gitlab.com/mauriciobaeza/empresa-libre/issues/268 + - IMPORTANTE: Actualizar si usas cuatro decimales en impuestos + + v 1.16.0 [16-sep-2018] ---------------------- - Se puede editar el saldo de un cliente diff --git a/VERSION b/VERSION index 15b989e..41c11ff 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.16.0 +1.16.1 diff --git a/source/app/settings.py b/source/app/settings.py index 8dff36f..5edb537 100644 --- a/source/app/settings.py +++ b/source/app/settings.py @@ -47,7 +47,7 @@ except ImportError: DEBUG = DEBUG -VERSION = '1.16.0' +VERSION = '1.16.1' EMAIL_SUPPORT = ('soporte@empresalibre.net',) TITLE_APP = '{} v{}'.format(TITLE_APP, VERSION)