Skip to content

Commit 5c4f6a2

Browse files
committed
Prepare release of lxml 4.7.0.
1 parent 68607a1 commit 5c4f6a2

File tree

3 files changed

+10
-22
lines changed

3 files changed

+10
-22
lines changed

CHANGES.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
lxml changelog
33
==============
44

5-
4.7.0 (2021-??-??)
5+
4.7.0 (2021-12-13)
66
==================
77

88
Features added

doc/main.txt

Lines changed: 8 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -159,8 +159,8 @@ Index <http://pypi.python.org/pypi/lxml/>`_ (PyPI). It has the source
159159
that compiles on various platforms. The source distribution is signed
160160
with `this key <pubkey.asc>`_.
161161

162-
The latest version is `lxml 4.6.5`_, released 2021-12-12
163-
(`changes for 4.6.5`_). `Older versions <#old-versions>`_
162+
The latest version is `lxml 4.7.0`_, released 2021-12-13
163+
(`changes for 4.7.0`_). `Older versions <#old-versions>`_
164164
are listed below.
165165

166166
Please take a look at the
@@ -232,6 +232,7 @@ Old Versions
232232
------------
233233

234234
See the websites of lxml
235+
`4.6 <http://lxml.de/4.5/>`_,
235236
`4.5 <http://lxml.de/4.5/>`_,
236237
`4.4 <http://lxml.de/4.4/>`_,
237238
`4.3 <http://lxml.de/4.3/>`_,
@@ -256,7 +257,9 @@ See the websites of lxml
256257
..
257258
and the `latest in-development version <http://lxml.de/dev/>`_.
258259

259-
.. _`PDF documentation`: lxmldoc-4.6.5.pdf
260+
.. _`PDF documentation`: lxmldoc-4.7.0.pdf
261+
262+
* `lxml 4.7.0`_, released 2021-12-13 (`changes for 4.7.0`_)
260263

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

@@ -276,15 +279,7 @@ See the websites of lxml
276279

277280
* `lxml 4.5.0`_, released 2020-01-29 (`changes for 4.5.0`_)
278281

279-
* `lxml 4.4.3`_, released 2020-01-28 (`changes for 4.4.3`_)
280-
281-
* `lxml 4.4.2`_, released 2019-11-25 (`changes for 4.4.2`_)
282-
283-
* `lxml 4.4.1`_, released 2019-08-11 (`changes for 4.4.1`_)
284-
285-
* `lxml 4.4.0`_, released 2019-07-27 (`changes for 4.4.0`_)
286-
287-
* `older releases <http://lxml.de/4.3/#old-versions>`_
282+
* `older releases <http://lxml.de/4.4/#old-versions>`_
288283

289284
.. _`lxml 4.6.5`: /files/lxml-4.6.5.tgz
290285
.. _`lxml 4.6.4`: /files/lxml-4.6.4.tgz
@@ -295,11 +290,8 @@ See the websites of lxml
295290
.. _`lxml 4.5.2`: /files/lxml-4.5.2.tgz
296291
.. _`lxml 4.5.1`: /files/lxml-4.5.1.tgz
297292
.. _`lxml 4.5.0`: /files/lxml-4.5.0.tgz
298-
.. _`lxml 4.4.3`: /files/lxml-4.4.3.tgz
299-
.. _`lxml 4.4.2`: /files/lxml-4.4.2.tgz
300-
.. _`lxml 4.4.1`: /files/lxml-4.4.1.tgz
301-
.. _`lxml 4.4.0`: /files/lxml-4.4.0.tgz
302293

294+
.. _`changes for 4.7.0`: /changes-4.7.0.html
303295
.. _`changes for 4.6.5`: /changes-4.6.5.html
304296
.. _`changes for 4.6.4`: /changes-4.6.4.html
305297
.. _`changes for 4.6.3`: /changes-4.6.3.html
@@ -309,7 +301,3 @@ See the websites of lxml
309301
.. _`changes for 4.5.2`: /changes-4.5.2.html
310302
.. _`changes for 4.5.1`: /changes-4.5.1.html
311303
.. _`changes for 4.5.0`: /changes-4.5.0.html
312-
.. _`changes for 4.4.3`: /changes-4.4.3.html
313-
.. _`changes for 4.4.2`: /changes-4.4.2.html
314-
.. _`changes for 4.4.1`: /changes-4.4.1.html
315-
.. _`changes for 4.4.0`: /changes-4.4.0.html

src/lxml/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# this is a package
22

3-
__version__ = "4.7.0a0"
3+
__version__ = "4.7.0"
44

55

66
def get_include():

0 commit comments

Comments
 (0)