diff options
| -rw-r--r-- | CHANGES.txt | 6 | ||||
| -rw-r--r-- | doc/main.txt | 10 | ||||
| -rw-r--r-- | version.txt | 2 |
3 files changed, 14 insertions, 4 deletions
diff --git a/CHANGES.txt b/CHANGES.txt index 5d28d35a..c88519ce 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -2,6 +2,12 @@ lxml changelog ============== +4.1.1 (2017-11-04) +================== + +* Rebuild with Cython 0.27.3 to improve support for Py3.7. + + 4.1.0 (2017-10-13) ================== diff --git a/doc/main.txt b/doc/main.txt index ad77f72d..68987fd7 100644 --- a/doc/main.txt +++ b/doc/main.txt @@ -157,8 +157,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.1.0`_, released 2017-10-13 -(`changes for 4.1.0`_). `Older versions <#old-versions>`_ +The latest version is `lxml 4.1.1`_, released 2017-11-04 +(`changes for 4.1.1`_). `Older versions <#old-versions>`_ are listed below. Please take a look at the @@ -249,7 +249,9 @@ See the websites of lxml .. and the `latest in-development version <http://lxml.de/dev/>`_. -.. _`PDF documentation`: lxmldoc-4.1.0.pdf +.. _`PDF documentation`: lxmldoc-4.1.1.pdf + +* `lxml 4.1.1`_, released 2017-11-04 (`changes for 4.1.1`_) * `lxml 4.1.0`_, released 2017-10-13 (`changes for 4.1.0`_) @@ -267,6 +269,7 @@ See the websites of lxml * `older releases <http://lxml.de/3.7/#old-versions>`_ +.. _`lxml 4.1.1`: /files/lxml-4.1.1.tgz .. _`lxml 4.1.0`: /files/lxml-4.1.0.tgz .. _`lxml 4.0.0`: /files/lxml-4.0.0.tgz .. _`lxml 3.8.0`: /files/lxml-3.8.0.tgz @@ -280,6 +283,7 @@ See the websites of lxml .. _`lxml 3.6.1`: /files/lxml-3.6.1.tgz .. _`lxml 3.6.0`: /files/lxml-3.6.0.tgz +.. _`changes for 4.1.1`: /changes-4.1.1.html .. _`changes for 4.1.0`: /changes-4.1.0.html .. _`changes for 4.0.0`: /changes-4.0.0.html .. _`changes for 3.8.0`: /changes-3.8.0.html diff --git a/version.txt b/version.txt index ee74734a..627a3f43 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -4.1.0 +4.1.1 |
