Skip to content

Commit

Permalink
Prepare release of 4.8.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
scoder committed Feb 17, 2022
1 parent 4cb54bc commit e82c915
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 19 deletions.
9 changes: 7 additions & 2 deletions CHANGES.txt
Expand Up @@ -2,8 +2,8 @@
lxml changelog
==============

4.8 (2022-??-??)
================
4.8.0 (2022-02-17)
==================

Features added
--------------
Expand All @@ -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)
==================
Expand Down
25 changes: 9 additions & 16 deletions doc/main.txt
Expand Up @@ -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
Expand Down Expand Up @@ -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/>`_,
Expand All @@ -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`_)

Expand All @@ -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
Expand All @@ -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
Expand All @@ -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
2 changes: 1 addition & 1 deletion src/lxml/__init__.py
@@ -1,6 +1,6 @@
# this is a package

__version__ = "4.7.1"
__version__ = "4.8.0"


def get_include():
Expand Down

0 comments on commit e82c915

Please sign in to comment.