Skip to content

Commit

Permalink
Version 2.0.0b1
Browse files Browse the repository at this point in the history
  • Loading branch information
liZe committed Sep 18, 2024
1 parent 63450d6 commit ae0a88b
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 2 deletions.
17 changes: 16 additions & 1 deletion docs/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,22 @@ tinyhtml5 changelog
2.0.0b1
~~~~~~~

* TODO.
Released on 2024-09-18.

This is the first beta version of tinyhtml5, a simplified and modernized
version of html5lib. Please read the :doc:`going_further` page to know more about
this fork.

Dependencies:

* Python 3.9+ is now needed.
* webencodings is the only required dependency.

Features:

* tinyhtml5 is only a HTML5 parser, that only generates an ElementTree tree.
* Code internals are cleaned, simplified and modernized.
* Tests are included.


html5lib changelog
Expand Down
2 changes: 1 addition & 1 deletion tinyhtml5/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@

__all__ = ["parse"]

VERSION = __version__ = "2.0.0-b0"
VERSION = __version__ = "2.0.0b1"

0 comments on commit ae0a88b

Please sign in to comment.