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)