Skip to content

Commit 93eb5c1

Browse files
committed
Fix CHANGES.rst to have 1.0.1 instead of unrelased
1 parent 07404ca commit 93eb5c1

File tree

2 files changed

+12
-3
lines changed

2 files changed

+12
-3
lines changed

CHANGES.rst

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
11
Change Log
22
----------
33

4-
unreleased
5-
~~~~~~~~~~~~~~~~~~
4+
1.0.1
5+
~~~~~
6+
7+
Released on December 7, 2017
68

79
Breaking changes:
810

@@ -36,6 +38,13 @@ Bug fixes:
3638
* Allow uppercase hex chararcters in CSS colour check. (#377) (Thank you,
3739
Komal Dembla, Hugo!)
3840

41+
42+
1.0
43+
~~~
44+
45+
Released and unreleased on December 7, 2017. Badly packaged release.
46+
47+
3948
0.999999999/1.0b10
4049
~~~~~~~~~~~~~~~~~~
4150

html5lib/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,4 +32,4 @@
3232

3333
# this has to be at the top level, see how setup.py parses this
3434
#: Distribution version number.
35-
__version__ = "1.0"
35+
__version__ = "1.0.1"

0 commit comments

Comments
 (0)