mirror of
https://github.com/SickGear/SickGear.git
synced 2024-11-30 16:33:37 +00:00
Update webencodings 0.5 (3970651) → 0.5.1 (fa2cb5d).
This commit is contained in:
parent
6fc3d8d21e
commit
53fa508037
4 changed files with 5 additions and 4 deletions
|
@ -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]
|
||||||
|
|
||||||
|
|
|
@ -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.
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
# coding: utf8
|
# coding: utf-8
|
||||||
"""
|
"""
|
||||||
|
|
||||||
webencodings.tests
|
webencodings.tests
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
# coding: utf8
|
# coding: utf-8
|
||||||
"""
|
"""
|
||||||
|
|
||||||
webencodings.x_user_defined
|
webencodings.x_user_defined
|
||||||
|
|
Loading…
Reference in a new issue