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 148997b commit fab1dd4Copy full SHA for fab1dd4
CHANGES.rst
@@ -6,6 +6,16 @@ lxml_html_clean changelog
6
Unreleased
7
==========
8
9
+0.4.3 (2025-10-02)
10
+==================
11
+
12
+Maintenance
13
+-----------
14
15
+* Tests updated to work correctly with new lxml and libxml2 releases.
16
+* Python 3.6 and 3.7 are no longer tested.
17
+* Improved documentation about CSS removal behavior.
18
19
0.4.2 (2025-04-09)
20
==================
21
setup.cfg
@@ -1,6 +1,6 @@
1
[metadata]
2
name = lxml_html_clean
3
-version = 0.4.2
+version = 0.4.3
4
description = HTML cleaner from lxml project
5
long_description = file:README.md
long_description_content_type = text/markdown
0 commit comments