From 73fa11564a8cb814a9da7400449e65790a25105e Mon Sep 17 00:00:00 2001 From: Stefan Behnel Date: Fri, 29 Dec 2023 14:30:38 +0100 Subject: [PATCH] Prepare release of lxml 5.0.0. --- CHANGES.txt | 2 +- doc/main.txt | 37 +++++++++---------------------------- src/lxml/__init__.py | 3 +-- 3 files changed, 11 insertions(+), 31 deletions(-) diff --git a/CHANGES.txt b/CHANGES.txt index b78d12749..9b571dc4f 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -2,7 +2,7 @@ lxml changelog ============== -5.0.0 (2023-??-??) +5.0.0 (2023-12-29) ================== Features added diff --git a/doc/main.txt b/doc/main.txt index a2880c14f..e9184a0c5 100644 --- a/doc/main.txt +++ b/doc/main.txt @@ -160,8 +160,8 @@ Index `_ (PyPI). It has the source that compiles on various platforms. The source distribution is signed with `this key `_. -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 @@ -229,6 +229,7 @@ Old Versions ------------ See the websites of lxml +`4.9 `_, `4.8 `_, `4.7 `_, `4.6 `_, @@ -256,7 +257,9 @@ See the websites of lxml .. and the `latest in-development version `_. -.. _`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`_) @@ -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 `_ +* `older releases `_ +.. _`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 @@ -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 @@ -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 diff --git a/src/lxml/__init__.py b/src/lxml/__init__.py index 06c17c1a7..55197bab3 100644 --- a/src/lxml/__init__.py +++ b/src/lxml/__init__.py @@ -1,6 +1,6 @@ # this is a package -__version__ = "5.0.0a0" +__version__ = "5.0.0" def get_include(): @@ -20,4 +20,3 @@ def get_include(): includes.append(path) return includes -