diff --git a/CHANGELOG.md b/CHANGELOG.md index b1e0a4b..50e3b2a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +v 1.31.1 [28-ago-2019] +---------------------- + - Error: Al agregar nuevo impuesto #369 + + v 1.31.0 [23-abr-2019] ---------------------- - Error: Validar cantidad o valor unitario cero en tickets diff --git a/VERSION b/VERSION index 34aae15..6bae540 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.31.0 +1.31.1 diff --git a/source/app/settings.py b/source/app/settings.py index b5b809d..dbe8d15 100644 --- a/source/app/settings.py +++ b/source/app/settings.py @@ -47,7 +47,7 @@ except ImportError: DEBUG = DEBUG -VERSION = '1.31.0' +VERSION = '1.31.1' EMAIL_SUPPORT = ('soporte@empresalibre.mx',) TITLE_APP = '{} v{}'.format(TITLE_APP, VERSION)