8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 07404ca commit 93eb5c1Copy full SHA for 93eb5c1
CHANGES.rst
@@ -1,8 +1,10 @@
1
Change Log
2
----------
3
4
-unreleased
5
-~~~~~~~~~~~~~~~~~~
+1.0.1
+~~~~~
6
+
7
+Released on December 7, 2017
8
9
Breaking changes:
10
@@ -36,6 +38,13 @@ Bug fixes:
36
38
* Allow uppercase hex chararcters in CSS colour check. (#377) (Thank you,
37
39
Komal Dembla, Hugo!)
40
41
42
+1.0
43
+~~~
44
45
+Released and unreleased on December 7, 2017. Badly packaged release.
46
47
48
0.999999999/1.0b10
49
~~~~~~~~~~~~~~~~~~
50
html5lib/__init__.py
@@ -32,4 +32,4 @@
32
33
# this has to be at the top level, see how setup.py parses this
34
#: Distribution version number.
35
-__version__ = "1.0"
+__version__ = "1.0.1"
0 commit comments