Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit a7ec229

Browse files
committed
Prepare release of lxml 6.0.2.
1 parent 126b23a commit a7ec229

File tree

3 files changed

+10
-5
lines changed

3 files changed

+10
-5
lines changed

CHANGES.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
lxml changelog
33
==============
44

5-
6.0.2 (2025-??-??)
5+
6.0.2 (2025-09-21)
66
==================
77

88
Bugs fixed
@@ -49,6 +49,7 @@ Bugs fixed
4949
Patch by Miro Hrončok.
5050

5151
* Binary wheels use the library version libxml2 2.14.5.
52+
See https://gitlab.gnome.org/GNOME/libxml2/-/releases/v2.14.5
5253

5354
* Windows binary wheels continue to use a security patched library version libxml2 2.11.9.
5455

doc/main.txt

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -160,8 +160,8 @@ Index <http://pypi.python.org/pypi/lxml/>`_ (PyPI). It has the source
160160
that compiles on various platforms. The source distribution is signed
161161
with `this key <pubkey.asc>`_.
162162

163-
The latest version is `lxml 6.0.1`_, released 2025-08-22
164-
(`changes for 6.0.1`_). `Older versions <#old-versions>`_
163+
The latest version is `lxml 6.0.2`_, released 2025-09-21
164+
(`changes for 6.0.2`_). `Older versions <#old-versions>`_
165165
are listed below.
166166

167167
Please take a look at the
@@ -262,7 +262,9 @@ See the websites of lxml
262262
..
263263
and the `latest in-development version <https://lxml.de/dev/>`_.
264264

265-
.. _`PDF documentation`: lxmldoc-6.0.0.pdf
265+
.. _`PDF documentation`: lxmldoc-6.0.2.pdf
266+
267+
* `lxml 6.0.2`_, released 2025-09-21 (`changes for 6.0.2`_)
266268

267269
* `lxml 6.0.1`_, released 2025-08-22 (`changes for 6.0.1`_)
268270

@@ -278,13 +280,15 @@ See the websites of lxml
278280

279281
* `older releases <https://lxml.de/5.3/#old-versions>`_
280282

283+
.. _`lxml 6.0.2`: /files/lxml-6.0.2.tgz
281284
.. _`lxml 6.0.1`: /files/lxml-6.0.1.tgz
282285
.. _`lxml 6.0.0`: /files/lxml-6.0.0.tgz
283286
.. _`lxml 5.4.0`: /files/lxml-5.4.0.tgz
284287
.. _`lxml 5.3.2`: /files/lxml-5.3.2.tgz
285288
.. _`lxml 5.3.1`: /files/lxml-5.3.1.tgz
286289
.. _`lxml 5.3.0`: /files/lxml-5.3.0.tgz
287290

291+
.. _`changes for 6.0.2`: /changes-6.0.2.html
288292
.. _`changes for 6.0.1`: /changes-6.0.1.html
289293
.. _`changes for 6.0.0`: /changes-6.0.0.html
290294
.. _`changes for 5.4.0`: /changes-5.4.0.html

src/lxml/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# this is a package
22

3-
__version__ = "6.0.1"
3+
__version__ = "6.0.2"
44

55

66
def get_include():

0 commit comments

Comments
 (0)