summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Behnel <stefan_ml@behnel.de>2022-02-17 12:07:39 +0100
committerStefan Behnel <stefan_ml@behnel.de>2022-02-17 12:07:39 +0100
commite82c9153c4a7d505480b94c60b9a84d79d948efb (patch)
tree22c4820c91aef30ba592cee19f384f77f9cb780e
parent4cb54bcace727c2f4da464e2ecc04737ed855b72 (diff)
downloadpython-lxml-lxml-4.8.0.tar.gz
Prepare release of 4.8.0.lxml-4.8.0
-rw-r--r--CHANGES.txt9
-rw-r--r--doc/main.txt25
-rw-r--r--src/lxml/__init__.py2
3 files changed, 17 insertions, 19 deletions
diff --git a/CHANGES.txt b/CHANGES.txt
index 33bcccd8..4dfd2a27 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -2,8 +2,8 @@
lxml changelog
==============
-4.8 (2022-??-??)
-================
+4.8.0 (2022-02-17)
+==================
Features added
--------------
@@ -21,6 +21,11 @@ Bugs fixed
lower case, whereas XML Schema datatypes define them as "NaN" and "INF" respectively.
Patch by Tobias Deiminger.
+Other changes
+-------------
+
+* Built with Cython 0.29.28.
+
4.7.1 (2021-12-13)
==================
diff --git a/doc/main.txt b/doc/main.txt
index 3d3f8453..3e339c3c 100644
--- a/doc/main.txt
+++ b/doc/main.txt
@@ -160,8 +160,8 @@ Index <http://pypi.python.org/pypi/lxml/>`_ (PyPI). It has the source
that compiles on various platforms. The source distribution is signed
with `this key <pubkey.asc>`_.
-The latest version is `lxml 4.7.1`_, released 2021-12-13
-(`changes for 4.7.1`_). `Older versions <#old-versions>`_
+The latest version is `lxml 4.8.0`_, released 2022-02-17
+(`changes for 4.8.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.7 <https://lxml.de/4.7/>`_,
`4.6 <https://lxml.de/4.6/>`_,
`4.5 <https://lxml.de/4.5/>`_,
`4.4 <https://lxml.de/4.4/>`_,
@@ -254,7 +255,9 @@ See the websites of lxml
..
and the `latest in-development version <https://lxml.de/dev/>`_.
-.. _`PDF documentation`: lxmldoc-4.7.1.pdf
+.. _`PDF documentation`: lxmldoc-4.8.0.pdf
+
+* `lxml 4.8.0`_, released 2022-02-17 (`changes for 4.8.0`_)
* `lxml 4.7.1`_, released 2021-12-13 (`changes for 4.7.1`_)
@@ -272,14 +275,9 @@ See the websites of lxml
* `lxml 4.6.0`_, released 2020-10-17 (`changes for 4.6.0`_)
-* `lxml 4.5.2`_, released 2020-07-09 (`changes for 4.5.2`_)
-
-* `lxml 4.5.1`_, released 2020-05-19 (`changes for 4.5.1`_)
-
-* `lxml 4.5.0`_, released 2020-01-29 (`changes for 4.5.0`_)
-
-* `older releases <https://lxml.de/4.5/#old-versions>`_
+* `older releases <https://lxml.de/4.6/#old-versions>`_
+.. _`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
@@ -288,10 +286,8 @@ See the websites of lxml
.. _`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
-.. _`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
+.. _`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
@@ -300,6 +296,3 @@ See the websites of lxml
.. _`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
-.. _`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
diff --git a/src/lxml/__init__.py b/src/lxml/__init__.py
index 8989f9e7..6e22dac9 100644
--- a/src/lxml/__init__.py
+++ b/src/lxml/__init__.py
@@ -1,6 +1,6 @@
# this is a package
-__version__ = "4.7.1"
+__version__ = "4.8.0"
def get_include():