From ce2828e68a5a95171759e601f58fa6c7e8c175c8 Mon Sep 17 00:00:00 2001 From: Stefan Behnel Date: Sat, 30 Mar 2024 22:10:03 +0100 Subject: [PATCH] Prepare release of lxml 5.2.0. --- CHANGES.txt | 2 +- doc/main.txt | 33 +++++++++------------------------ src/lxml/__init__.py | 2 +- 3 files changed, 11 insertions(+), 26 deletions(-) diff --git a/CHANGES.txt b/CHANGES.txt index 5242d4163..ea857b40f 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -2,7 +2,7 @@ lxml changelog ============== -5.2.0 (2024-??-??) +5.2.0 (2024-03-30) ================== Other changes diff --git a/doc/main.txt b/doc/main.txt index 9b32f395b..e087d792c 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 5.1.1`_, released 2024-03-28 -(`changes for 5.1.1`_). `Older versions <#old-versions>`_ +The latest version is `lxml 5.2.0`_, released 2024-03-30 +(`changes for 5.2.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 +`5.1 `_, `5.0 `_, `4.9 `_, `4.8 `_, @@ -258,7 +259,9 @@ See the websites of lxml .. and the `latest in-development version `_. -.. _`PDF documentation`: lxmldoc-5.1.1.pdf +.. _`PDF documentation`: lxmldoc-5.2.0.pdf + +* `lxml 5.2.0`_, released 2024-03-30 (`changes for 5.2.0`_) * `lxml 5.1.1`_, released 2024-03-28 (`changes for 5.1.1`_) @@ -270,35 +273,17 @@ See the websites of lxml * `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`_) - -* `lxml 4.9.3`_, released 2023-07-05 (`changes for 4.9.3`_) - -* `lxml 4.9.2`_, released 2022-12-13 (`changes for 4.9.2`_) - -* `lxml 4.9.1`_, released 2022-07-01 (`changes for 4.9.1`_) - -* `lxml 4.9.0`_, released 2022-06-01 (`changes for 4.9.0`_) - -* `older releases `_ +* `older releases `_ +.. _`lxml 5.2.0`: /files/lxml-5.2.0.tgz .. _`lxml 5.1.1`: /files/lxml-5.1.1.tgz .. _`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 -.. _`lxml 4.9.3`: /files/lxml-4.9.3.tgz -.. _`lxml 4.9.2`: /files/lxml-4.9.2.tgz -.. _`lxml 4.9.1`: /files/lxml-4.9.1.tgz -.. _`lxml 4.9.0`: /files/lxml-4.9.0.tgz +.. _`changes for 5.2.0`: /changes-5.2.0.html .. _`changes for 5.1.1`: /changes-5.1.1.html .. _`changes for 5.1.0`: /changes-5.1.0.html .. _`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 -.. _`changes for 4.9.3`: /changes-4.9.3.html -.. _`changes for 4.9.2`: /changes-4.9.2.html -.. _`changes for 4.9.1`: /changes-4.9.1.html -.. _`changes for 4.9.0`: /changes-4.9.0.html diff --git a/src/lxml/__init__.py b/src/lxml/__init__.py index 6c08eacf0..26766ddd5 100644 --- a/src/lxml/__init__.py +++ b/src/lxml/__init__.py @@ -1,6 +1,6 @@ # this is a package -__version__ = "5.2.0a0" +__version__ = "5.2.0" def get_include():