Skip to content

Commit

Permalink
Prepare release of lxml 5.3.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
scoder committed Feb 5, 2025
1 parent 64ac58f commit 37cdbb5
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 6 deletions.
4 changes: 2 additions & 2 deletions CHANGES.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
lxml changelog
==============

5.3.1 (2025-02-??)
5.3.1 (2025-02-05)
==================

Bugs fixed
Expand All @@ -13,7 +13,7 @@ Bugs fixed

* LP#2097175: ``DTD(external_id="…")`` erroneously required a byte string as ID value.

* ``iterparse()`` internally triggered the `DeprecationWarning`` added in lxml 5.3.0 when parsing HTML.
* GH#450: ``iterparse()`` internally triggered the `DeprecationWarning`` added in lxml 5.3.0 when parsing HTML.

Other changes
-------------
Expand Down
10 changes: 7 additions & 3 deletions doc/main.txt
Original file line number Diff line number Diff line change
Expand Up @@ -160,8 +160,8 @@ Index <http://pypi.python.org/pypi/lxml/>`_ (PyPI). It has the source
that compiles on various platforms. The source distribution is signed
with `this key <pubkey.asc>`_.

The latest version is `lxml 5.3.0`_, released 2024-08-10
(`changes for 5.3.0`_). `Older versions <#old-versions>`_
The latest version is `lxml 5.3.1`_, released 2025-02-05
(`changes for 5.3.1`_). `Older versions <#old-versions>`_
are listed below.

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

.. _`PDF documentation`: lxmldoc-5.3.0.pdf
.. _`PDF documentation`: lxmldoc-5.3.1.pdf

* `lxml 5.3.1`_, released 2025-02-05 (`changes for 5.3.1`_)

* `lxml 5.3.0`_, released 2024-08-10 (`changes for 5.3.0`_)

Expand All @@ -282,6 +284,7 @@ See the websites of lxml

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

.. _`lxml 5.3.1`: /files/lxml-5.3.1.tgz
.. _`lxml 5.3.0`: /files/lxml-5.3.0.tgz
.. _`lxml 5.2.2`: /files/lxml-5.2.2.tgz
.. _`lxml 5.2.1`: /files/lxml-5.2.1.tgz
Expand All @@ -292,6 +295,7 @@ See the websites of lxml
.. _`lxml 5.0.1`: /files/lxml-5.0.1.tgz
.. _`lxml 5.0.0`: /files/lxml-5.0.0.zip

.. _`changes for 5.3.1`: /changes-5.3.1.html
.. _`changes for 5.3.0`: /changes-5.3.0.html
.. _`changes for 5.2.2`: /changes-5.2.2.html
.. _`changes for 5.2.1`: /changes-5.2.1.html
Expand Down
2 changes: 1 addition & 1 deletion src/lxml/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# this is a package

__version__ = "5.3.0"
__version__ = "5.3.1"


def get_include():
Expand Down

0 comments on commit 37cdbb5

Please sign in to comment.