@ -20,6 +20,7 @@
* Update Six compatibility library 1.10.0 (r433) to 1.11.0 (68112f3)
* Update Tornado Web Server 4.5.1 (79b2683) to 5.0.1 (35a538f)
* Update unidecode library 0.04.21 (e99b0e3) to 1.0.22 (81f938d)
* Update webencodings 0.5 (3970651) to 0.5.1 (fa2cb5d)
[develop changelog]
@ -1,4 +1,4 @@
# coding: utf8
# coding: utf-8
"""
webencodings
@ -19,7 +19,7 @@ import codecs
from .labels import LABELS
VERSION = '0.5'
VERSION = '0.5.1'
# Some names in Encoding are not valid Python aliases. Remap these.
webencodings.tests
webencodings.x_user_defined