Skip to content

Commit c36197d

Browse files
committed
And back to dev for 0.9999.
1 parent b1b1f94 commit c36197d

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

CHANGES.rst

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

4+
0.9999
5+
~~~~~~
6+
7+
Released on XXX, 2014
8+
9+
* XXX
10+
11+
412
0.999
513
~~~~~
614

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__ = "0.999"
23+
__version__ = "0.9999-dev"

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='0.999',
32+
version='0.9999-dev',
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)