From 393443595416bafc14e345331969274e85726e7a Mon Sep 17 00:00:00 2001 From: Stefan Behnel Date: Mon, 13 Dec 2021 13:21:29 +0100 Subject: [PATCH] Prepare release of lxml 4.7.1. --- CHANGES.txt | 8 +++++++- doc/main.txt | 10 +++++++--- src/lxml/__init__.py | 2 +- 3 files changed, 15 insertions(+), 5 deletions(-) diff --git a/CHANGES.txt b/CHANGES.txt index 1984a43ab..911d8d7e3 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -2,7 +2,7 @@ lxml changelog ============== -4.7.0 (2021-12-13) +4.7.1 (2021-12-13) ================== Features added @@ -31,6 +31,12 @@ Other changes * Wheels include libxml2 2.9.12+ and libxslt 1.1.34 (also on Windows). +4.7.0 (2021-12-13) +================== + +* Release retracted due to missing files in lxml/includes/. + + 4.6.5 (2021-12-12) ================== diff --git a/doc/main.txt b/doc/main.txt index 0b1f4e5a5..1e596ee39 100644 --- a/doc/main.txt +++ b/doc/main.txt @@ -159,8 +159,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.7.0`_, released 2021-12-13 -(`changes for 4.7.0`_). `Older versions <#old-versions>`_ +The latest version is `lxml 4.7.1`_, released 2021-12-13 +(`changes for 4.7.1`_). `Older versions <#old-versions>`_ are listed below. Please take a look at the @@ -257,7 +257,9 @@ See the websites of lxml .. and the `latest in-development version `_. -.. _`PDF documentation`: lxmldoc-4.7.0.pdf +.. _`PDF documentation`: lxmldoc-4.7.1.pdf + +* `lxml 4.7.1`_, released 2021-12-13 (`changes for 4.7.1`_) * `lxml 4.7.0`_, released 2021-12-13 (`changes for 4.7.0`_) @@ -281,6 +283,7 @@ See the websites of lxml * `older releases `_ +.. _`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 @@ -292,6 +295,7 @@ See the websites of lxml .. _`lxml 4.5.1`: /files/lxml-4.5.1.tgz .. _`lxml 4.5.0`: /files/lxml-4.5.0.tgz +.. _`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 diff --git a/src/lxml/__init__.py b/src/lxml/__init__.py index 5d40010ea..8989f9e72 100644 --- a/src/lxml/__init__.py +++ b/src/lxml/__init__.py @@ -1,6 +1,6 @@ # this is a package -__version__ = "4.7.0" +__version__ = "4.7.1" def get_include():