We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8be7393 commit cb69916Copy full SHA for cb69916
CHANGES.rst
@@ -6,6 +6,15 @@ lxml_html_clean changelog
6
Unreleased
7
==========
8
9
+0.4.2 (2025-04-09)
10
+==================
11
+
12
+Bugs fixed
13
+----------
14
15
+* `lxml_html_clean` now correctly handles HTML input as bytes
16
+ as it did before the 0.2.0 release.
17
18
0.4.1 (2024-11-15)
19
==================
20
setup.cfg
@@ -1,6 +1,6 @@
1
[metadata]
2
name = lxml_html_clean
3
-version = 0.4.1
+version = 0.4.2
4
description = HTML cleaner from lxml project
5
long_description = file:README.md
long_description_content_type = text/markdown
0 commit comments