Merge branch 'develop'

Error unicode
This commit is contained in:
Mauricio Baeza 2018-10-24 00:02:08 -05:00
commit bbaf709e0e
8 changed files with 15 additions and 6 deletions

View File

@ -1,3 +1,8 @@
v 1.21.2 [23-oct-2018]
----------------------
- Error unicode
v 1.21.1 [14-oct-2018]
----------------------
- Error #307

View File

@ -1 +1 @@
1.21.1
1.21.2

View File

@ -6,6 +6,10 @@ siempre actualizado.** Solo se da soporte sobre la ultima versión de **Empresa
Libre**.
### 1.21.2 [23-oct-2018]
- Error unicode
### 1.21.1 [14-oct-2018]
- Error [#307](https://gitlab.com/mauriciobaeza/empresa-libre/issues/307)

View File

@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/bin/env python3
DEBUG = False

View File

@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/bin/env python3
from .conf import DEBUG, ID_INTEGRADOR, FINKOK

View File

@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/bin/env python3
#~ import re
#~ from xml.etree import ElementTree as ET

View File

@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/bin/env python3
# ~ Empresa Libre
# ~ Copyright (C) 2016-2018 Mauricio Baeza Servin (web@correolibre.net)

View File

@ -47,7 +47,7 @@ except ImportError:
DEBUG = DEBUG
VERSION = '1.21.1'
VERSION = '1.21.2'
EMAIL_SUPPORT = ('soporte@empresalibre.net',)
TITLE_APP = '{} v{}'.format(TITLE_APP, VERSION)