Skip to content

Commit

Permalink
Prepare release of lxml 5.0.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
scoder committed Dec 29, 2023
1 parent 6256584 commit 73fa115
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 31 deletions.
2 changes: 1 addition & 1 deletion CHANGES.txt
Expand Up @@ -2,7 +2,7 @@
lxml changelog
==============

5.0.0 (2023-??-??)
5.0.0 (2023-12-29)
==================

Features added
Expand Down
37 changes: 9 additions & 28 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 4.9.4`_, released 2023-12-19
(`changes for 4.9.4`_). `Older versions <#old-versions>`_
The latest version is `lxml 5.0.0`_, released 2023-12-29
(`changes for 5.0.0`_). `Older versions <#old-versions>`_
are listed below.

Please take a look at the
Expand Down Expand Up @@ -229,6 +229,7 @@ Old Versions
------------

See the websites of lxml
`4.9 <https://lxml.de/4.9/>`_,
`4.8 <https://lxml.de/4.8/>`_,
`4.7 <https://lxml.de/4.7/>`_,
`4.6 <https://lxml.de/4.6/>`_,
Expand Down Expand Up @@ -256,7 +257,9 @@ See the websites of lxml
..
and the `latest in-development version <https://lxml.de/dev/>`_.

.. _`PDF documentation`: lxmldoc-4.9.4.pdf
.. _`PDF documentation`: lxmldoc-5.0.0.pdf

* `lxml 5.0.0`_, released 2023-12-29 (`changes for 5.0.0`_)

* `lxml 4.9.4`_, released 2023-12-19 (`changes for 4.9.4`_)

Expand All @@ -274,20 +277,9 @@ See the websites of lxml

* `lxml 4.7.0`_, released 2021-12-13 (`changes for 4.7.0`_)

* `lxml 4.6.5`_, released 2021-12-12 (`changes for 4.6.5`_)

* `lxml 4.6.4`_, released 2021-11-01 (`changes for 4.6.4`_)

* `lxml 4.6.3`_, released 2021-03-21 (`changes for 4.6.3`_)

* `lxml 4.6.2`_, released 2020-11-26 (`changes for 4.6.2`_)

* `lxml 4.6.1`_, released 2020-10-18 (`changes for 4.6.1`_)

* `lxml 4.6.0`_, released 2020-10-17 (`changes for 4.6.0`_)

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

.. _`lxml 5.0.0`: /files/lxml-5.0.0.tgz
.. _`lxml 4.9.4`: /files/lxml-4.9.4.tgz
.. _`lxml 4.9.3`: /files/lxml-4.9.3.tgz
.. _`lxml 4.9.2`: /files/lxml-4.9.2.tgz
Expand All @@ -296,13 +288,8 @@ See the websites of lxml
.. _`lxml 4.8.0`: /files/lxml-4.8.0.tgz
.. _`lxml 4.7.1`: /files/lxml-4.7.1.tgz
.. _`lxml 4.7.0`: /files/lxml-4.7.0.tgz
.. _`lxml 4.6.5`: /files/lxml-4.6.5.tgz
.. _`lxml 4.6.4`: /files/lxml-4.6.4.tgz
.. _`lxml 4.6.3`: /files/lxml-4.6.3.tgz
.. _`lxml 4.6.2`: /files/lxml-4.6.2.tgz
.. _`lxml 4.6.1`: /files/lxml-4.6.1.tgz
.. _`lxml 4.6.0`: /files/lxml-4.6.0.tgz

.. _`changes for 5.0.0`: /changes-5.0.0.html
.. _`changes for 4.9.4`: /changes-4.9.4.html
.. _`changes for 4.9.3`: /changes-4.9.3.html
.. _`changes for 4.9.2`: /changes-4.9.2.html
Expand All @@ -311,9 +298,3 @@ See the websites of lxml
.. _`changes for 4.8.0`: /changes-4.8.0.html
.. _`changes for 4.7.1`: /changes-4.7.1.html
.. _`changes for 4.7.0`: /changes-4.7.0.html
.. _`changes for 4.6.5`: /changes-4.6.5.html
.. _`changes for 4.6.4`: /changes-4.6.4.html
.. _`changes for 4.6.3`: /changes-4.6.3.html
.. _`changes for 4.6.2`: /changes-4.6.2.html
.. _`changes for 4.6.1`: /changes-4.6.1.html
.. _`changes for 4.6.0`: /changes-4.6.0.html
3 changes: 1 addition & 2 deletions src/lxml/__init__.py
@@ -1,6 +1,6 @@
# this is a package

__version__ = "5.0.0a0"
__version__ = "5.0.0"


def get_include():
Expand All @@ -20,4 +20,3 @@ def get_include():
includes.append(path)

return includes

0 comments on commit 73fa115

Please sign in to comment.