Skip to content

Commit 0e4f3c3

Browse files
committed
Prepare release of lxml 5.3.3.
1 parent b4703fc commit 0e4f3c3

File tree

3 files changed

+12
-6
lines changed

3 files changed

+12
-6
lines changed

CHANGES.txt

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

5-
5.3.3 (2025-0?-??)
5+
5.3.3 (2025-04-22)
66
==================
77

88
Bugs fixed
99
----------
1010

11-
* Binary wheels use libxml2 2.13.8 and libxslt 1.1.43.
11+
* Binary wheels use libxml2 2.13.8 and libxslt 1.1.43 to resolve several CVEs.
1212
(Binary wheels for Windows continue to use a patched libxml2 2.11.9 and libxslt 1.1.39.)
1313

1414

doc/main.txt

Lines changed: 9 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 5.3.2`_, released 2025-04-05
164-
(`changes for 5.3.2`_). `Older versions <#old-versions>`_
163+
The latest version is `lxml 5.3.3`_, released 2025-04-22
164+
(`changes for 5.3.3`_). `Older versions <#old-versions>`_
165165
are listed below.
166166

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

263-
.. _`PDF documentation`: lxmldoc-5.3.2.pdf
263+
.. _`PDF documentation`: lxmldoc-5.3.3.pdf
264+
265+
* `lxml 5.3.3`_, released 2025-04-22 (`changes for 5.3.3`_)
264266

265267
* `lxml 5.3.2`_, released 2025-04-05 (`changes for 5.3.2`_)
266268

@@ -286,6 +288,8 @@ See the websites of lxml
286288

287289
* `older releases <https://lxml.de/5.0/#old-versions>`_
288290

291+
.. _`lxml 5.3.3`: /files/lxml-5.3.3.tgz
292+
.. _`lxml 5.3.2`: /files/lxml-5.3.2.tgz
289293
.. _`lxml 5.3.1`: /files/lxml-5.3.1.tgz
290294
.. _`lxml 5.3.0`: /files/lxml-5.3.0.tgz
291295
.. _`lxml 5.2.2`: /files/lxml-5.2.2.tgz
@@ -297,6 +301,8 @@ See the websites of lxml
297301
.. _`lxml 5.0.1`: /files/lxml-5.0.1.tgz
298302
.. _`lxml 5.0.0`: /files/lxml-5.0.0.zip
299303

304+
.. _`changes for 5.3.3`: /changes-5.3.3.html
305+
.. _`changes for 5.3.2`: /changes-5.3.2.html
300306
.. _`changes for 5.3.1`: /changes-5.3.1.html
301307
.. _`changes for 5.3.0`: /changes-5.3.0.html
302308
.. _`changes for 5.2.2`: /changes-5.2.2.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__ = "5.3.2"
3+
__version__ = "5.3.3"
44

55

66
def get_include():

0 commit comments

Comments
 (0)