From 5c4f6a23d5758ec66cfe22b082a40c2e08df4658 Mon Sep 17 00:00:00 2001 From: Stefan Behnel Date: Sun, 12 Dec 2021 22:37:23 +0100 Subject: [PATCH] Prepare release of lxml 4.7.0. --- CHANGES.txt | 2 +- doc/main.txt | 28 ++++++++-------------------- src/lxml/__init__.py | 2 +- 3 files changed, 10 insertions(+), 22 deletions(-) diff --git a/CHANGES.txt b/CHANGES.txt index b1e499462..1984a43ab 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -2,7 +2,7 @@ lxml changelog ============== -4.7.0 (2021-??-??) +4.7.0 (2021-12-13) ================== Features added diff --git a/doc/main.txt b/doc/main.txt index 55e32d545..df06e4169 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.6.5`_, released 2021-12-12 -(`changes for 4.6.5`_). `Older versions <#old-versions>`_ +The latest version is `lxml 4.7.0`_, released 2021-12-13 +(`changes for 4.7.0`_). `Older versions <#old-versions>`_ are listed below. Please take a look at the @@ -232,6 +232,7 @@ Old Versions ------------ See the websites of lxml +`4.6 `_, `4.5 `_, `4.4 `_, `4.3 `_, @@ -256,7 +257,9 @@ See the websites of lxml .. and the `latest in-development version `_. -.. _`PDF documentation`: lxmldoc-4.6.5.pdf +.. _`PDF documentation`: lxmldoc-4.7.0.pdf + +* `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`_) @@ -276,15 +279,7 @@ See the websites of lxml * `lxml 4.5.0`_, released 2020-01-29 (`changes for 4.5.0`_) -* `lxml 4.4.3`_, released 2020-01-28 (`changes for 4.4.3`_) - -* `lxml 4.4.2`_, released 2019-11-25 (`changes for 4.4.2`_) - -* `lxml 4.4.1`_, released 2019-08-11 (`changes for 4.4.1`_) - -* `lxml 4.4.0`_, released 2019-07-27 (`changes for 4.4.0`_) - -* `older releases `_ +* `older releases `_ .. _`lxml 4.6.5`: /files/lxml-4.6.5.tgz .. _`lxml 4.6.4`: /files/lxml-4.6.4.tgz @@ -295,11 +290,8 @@ See the websites of lxml .. _`lxml 4.5.2`: /files/lxml-4.5.2.tgz .. _`lxml 4.5.1`: /files/lxml-4.5.1.tgz .. _`lxml 4.5.0`: /files/lxml-4.5.0.tgz -.. _`lxml 4.4.3`: /files/lxml-4.4.3.tgz -.. _`lxml 4.4.2`: /files/lxml-4.4.2.tgz -.. _`lxml 4.4.1`: /files/lxml-4.4.1.tgz -.. _`lxml 4.4.0`: /files/lxml-4.4.0.tgz +.. _`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 @@ -309,7 +301,3 @@ See the websites of lxml .. _`changes for 4.5.2`: /changes-4.5.2.html .. _`changes for 4.5.1`: /changes-4.5.1.html .. _`changes for 4.5.0`: /changes-4.5.0.html -.. _`changes for 4.4.3`: /changes-4.4.3.html -.. _`changes for 4.4.2`: /changes-4.4.2.html -.. _`changes for 4.4.1`: /changes-4.4.1.html -.. _`changes for 4.4.0`: /changes-4.4.0.html diff --git a/src/lxml/__init__.py b/src/lxml/__init__.py index c2842a8ed..5d40010ea 100644 --- a/src/lxml/__init__.py +++ b/src/lxml/__init__.py @@ -1,6 +1,6 @@ # this is a package -__version__ = "4.7.0a0" +__version__ = "4.7.0" def get_include():