Skip to content

Commit 00ee9e9

Browse files
committed
Push this as 0.99, after PEP 440 pushed pip to ignore pre-releases.
There are no significant changes in this compared with 1.0b3 (the only changes are documentation/testsuite related).
1 parent fdcdea8 commit 00ee9e9

File tree

3 files changed

+12
-2
lines changed

3 files changed

+12
-2
lines changed

CHANGES.rst

+10
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,16 @@
11
Change Log
22
----------
33

4+
0.99
5+
~~~~
6+
7+
Released on September 10, 2013
8+
9+
* No library changes from 1.0b3; released as 0.99 as pip has changed
10+
behaviour from 1.4 to avoid installing pre-release versions per
11+
PEP 440.
12+
13+
414
1.0b3
515
~~~~~
616

html5lib/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,4 @@
2020

2121
__all__ = ["HTMLParser", "parse", "parseFragment", "getTreeBuilder",
2222
"getTreeWalker", "serialize"]
23-
__version__ = "1.0b4"
23+
__version__ = "0.99"

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
long_description = readme_file.read() + '\n' + changes_file.read()
3030

3131
setup(name='html5lib',
32-
version='1.0b4',
32+
version='0.99',
3333
url='https://github.com/html5lib/html5lib-python',
3434
license="MIT License",
3535
description='HTML parser based on the WHATWG HTML specifcation',

0 commit comments

Comments
 (0)