diff --git a/docs/changelog.rst b/docs/changelog.rst index 219aae4..b09b273 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -4,6 +4,15 @@ Changelog tinyhtml5 changelog ------------------- +2.0.0 +~~~~~ + +Released on 2024-10-29. + +Dependencies: + +* Support Python 3.13. + 2.0.0b1 ~~~~~~~ diff --git a/tinyhtml5/__init__.py b/tinyhtml5/__init__.py index 8124c39..2fd4e3b 100644 --- a/tinyhtml5/__init__.py +++ b/tinyhtml5/__init__.py @@ -15,4 +15,4 @@ __all__ = ["parse"] -VERSION = __version__ = "2.0.0b1" +VERSION = __version__ = "2.0.0"