diff --git a/CHANGELOG.md b/CHANGELOG.md index ab53a3c..38d2fdb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +v 1.23.0 [30-oct-2018] +---------------------- + - Mejora: Permitir importar CFDI 3.2 + + v 1.22.0 [25-oct-2018] ---------------------- - Mejora: Permitir cambiar descripción al facturar en lote diff --git a/VERSION b/VERSION index 57807d6..a6c2798 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.22.0 +1.23.0 diff --git a/docs/empresalibre/docs/notas.md b/docs/empresalibre/docs/notas.md index fd6c6f9..0a41c81 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.23.0 [25-oct-2018] +- Mejora: Permitir importar CFDI 3.2 + + ### 1.22.0 [25-oct-2018] - Mejora: Permitir cambiar descripción al facturar en lote diff --git a/source/app/settings.py b/source/app/settings.py index 9e9547f..327591d 100644 --- a/source/app/settings.py +++ b/source/app/settings.py @@ -47,7 +47,7 @@ except ImportError: DEBUG = DEBUG -VERSION = '1.22.0' +VERSION = '1.23.0' EMAIL_SUPPORT = ('soporte@empresalibre.net',) TITLE_APP = '{} v{}'.format(TITLE_APP, VERSION)