Update webencodings 0.5 (3970651) → 0.5.1 (fa2cb5d).

This commit is contained in:
JackDandy 2018-03-27 13:30:30 +01:00
parent 6fc3d8d21e
commit 53fa508037
4 changed files with 5 additions and 4 deletions

View file

@ -20,6 +20,7 @@
* Update Six compatibility library 1.10.0 (r433) to 1.11.0 (68112f3) * 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 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 unidecode library 0.04.21 (e99b0e3) to 1.0.22 (81f938d)
* Update webencodings 0.5 (3970651) to 0.5.1 (fa2cb5d)
[develop changelog] [develop changelog]

View file

@ -1,4 +1,4 @@
# coding: utf8 # coding: utf-8
""" """
webencodings webencodings
@ -19,7 +19,7 @@ import codecs
from .labels import LABELS from .labels import LABELS
VERSION = '0.5' VERSION = '0.5.1'
# Some names in Encoding are not valid Python aliases. Remap these. # Some names in Encoding are not valid Python aliases. Remap these.

View file

@ -1,4 +1,4 @@
# coding: utf8 # coding: utf-8
""" """
webencodings.tests webencodings.tests

View file

@ -1,4 +1,4 @@
# coding: utf8 # coding: utf-8
""" """
webencodings.x_user_defined webencodings.x_user_defined