Skip to content

Commit

Permalink
Prepare release of lxml 5.0.2.
Browse files Browse the repository at this point in the history
  • Loading branch information
scoder committed Mar 28, 2024
1 parent 95e5967 commit 613382e
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 5 deletions.
5 changes: 4 additions & 1 deletion CHANGES.txt
Expand Up @@ -2,12 +2,15 @@
lxml changelog
==============

5.0.2 (2024-??-??)
5.0.2 (2024-03-28)
==================

Other changes
-------------

* GH#407: A compatibility test was adapted to recent expat versions.
Patch by Miro Hrončok.

* Binary wheels use the library versions libxml2 2.12.6 and libxslt 1.1.39.

* Built with Cython 3.0.9.
Expand Down
10 changes: 7 additions & 3 deletions doc/main.txt
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.0.1`_, released 2024-01-05
(`changes for 5.0.1`_). `Older versions <#old-versions>`_
The latest version is `lxml 5.0.2`_, released 2024-03-28
(`changes for 5.0.2`_). `Older versions <#old-versions>`_
are listed below.

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

.. _`PDF documentation`: lxmldoc-5.0.1.pdf
.. _`PDF documentation`: lxmldoc-5.0.2.pdf

* `lxml 5.0.2`_, released 2024-03-28 (`changes for 5.0.2`_)

* `lxml 5.0.1`_, released 2024-01-05 (`changes for 5.0.1`_)

Expand All @@ -275,6 +277,7 @@ See the websites of lxml

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

.. _`lxml 5.0.2`: /files/lxml-5.0.2.tgz
.. _`lxml 5.0.1`: /files/lxml-5.0.1.tgz
.. _`lxml 5.0.0`: /files/lxml-5.0.0.zip
.. _`lxml 4.9.4`: /files/lxml-4.9.4.tgz
Expand All @@ -286,6 +289,7 @@ See the websites of lxml
.. _`lxml 4.7.1`: /files/lxml-4.7.1.tgz
.. _`lxml 4.7.0`: /files/lxml-4.7.0.tgz

.. _`changes for 5.0.2`: /changes-5.0.2.html
.. _`changes for 5.0.1`: /changes-5.0.1.html
.. _`changes for 5.0.0`: /changes-5.0.0.html
.. _`changes for 4.9.4`: /changes-4.9.4.html
Expand Down
2 changes: 1 addition & 1 deletion src/lxml/__init__.py
@@ -1,6 +1,6 @@
# this is a package

__version__ = "5.0.1"
__version__ = "5.0.2"


def get_include():
Expand Down

0 comments on commit 613382e

Please sign in to comment.