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 cbb88d9 commit 0d1a6e1Copy full SHA for 0d1a6e1
CHANGES.rst
@@ -6,6 +6,14 @@ lxml_html_clean changelog
6
Unreleased
7
==========
8
9
+0.2.2 (2024-08-30)
10
+==================
11
+
12
+Bugs fixed
13
+----------
14
15
+* sdist now includes all test files and changelog.
16
17
0.2.1 (2024-08-29)
18
==================
19
MANIFEST.in
@@ -0,0 +1,3 @@
1
+recursive-include tests *.txt *.py
2
+include tox.ini
3
+include CHANGES.rst
setup.cfg
@@ -1,6 +1,6 @@
[metadata]
name = lxml_html_clean
-version = 0.2.1
+version = 0.2.2
4
description = HTML cleaner from lxml project
5
long_description = file:README.md
long_description_content_type = text/markdown
0 commit comments