Skip to content

Commit 9397de5

Browse files
committed
Bump version to 1.0b2.
1 parent 60456e8 commit 9397de5

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

CHANGES.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
Change Log
22
----------
33

4+
1.0b2
5+
~~~~~
6+
7+
Released on XXX, 2013
8+
9+
410
1.0b1
511
~~~~~
612

html5lib/__init__.py

Lines changed: 1 addition & 1 deletion
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.0b1"
23+
__version__ = "1.0b2"

setup.py

Lines changed: 1 addition & 1 deletion
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.0b1',
32+
version='1.0b2',
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)