diff --git a/CHANGELOG.md b/CHANGELOG.md index 8cda8e3..16e58b1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,18 @@ -v 1.4.0 [01-ene-2017] +v 1.5.0 [30-ene-2018] +--------------------- + - Timbrado de Nómina + +* IMPORTANTE: Es necesario realizar una migración, despues de actualizar la rama principal. + +``` +git pull origin master + +cd source/app/models + +python main.py -m +``` + +v 1.4.0 [01-ene-2018] --------------------- - Impresión de tickets diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 2e47c8d..fb1c7a4 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -16,6 +16,6 @@ ### Prioridades -1. Darle continuidad a la facturación de los clientes +1. [X] Darle continuidad a la facturación de los clientes 2. Cubrir todas las funcionalidades que cubre ahora Factura Libre 3. Agregar nuevas funcionalidades diff --git a/requirements.txt b/requirements.txt index 9b10d62..e41bfb1 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,7 +2,7 @@ falcon falcon-multipart Beaker Mako -peewee +peewee==2.10.2 Click logbook bcrypt