diff --git a/CHANGELOG.md b/CHANGELOG.md index dfc68b2..efa4e89 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +v 1.16.0 [16-sep-2018] +---------------------- + - Se puede editar el saldo de un cliente + - Se muestra la cantidad de facturas de pago en los movimientos + + v 1.15.0 [12-sep-2018] ---------------------- - Se pueden mover las facturas con doble clic en los movimientos de banco. diff --git a/VERSION b/VERSION index 141f2e8..15b989e 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.15.0 +1.16.0 diff --git a/source/app/settings.py b/source/app/settings.py index a0fd425..8dff36f 100644 --- a/source/app/settings.py +++ b/source/app/settings.py @@ -47,7 +47,7 @@ except ImportError: DEBUG = DEBUG -VERSION = '1.15.0' +VERSION = '1.16.0' EMAIL_SUPPORT = ('soporte@empresalibre.net',) TITLE_APP = '{} v{}'.format(TITLE_APP, VERSION)