From 1dd26eb772abd58ae3aea596800ed0cd612cf145 Mon Sep 17 00:00:00 2001 From: Stefan Behnel Date: Wed, 2 Jan 2019 18:15:09 +0100 Subject: Prepare release of 4.2.6. --- CHANGES.txt | 9 +++------ doc/main.txt | 10 +++++++--- version.txt | 2 +- 3 files changed, 11 insertions(+), 10 deletions(-) diff --git a/CHANGES.txt b/CHANGES.txt index a13feeb6..e8e60265 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -2,19 +2,16 @@ lxml changelog ============== -4.2.6 (2018-??-??) +4.2.6 (2019-01-02) ================== Bugs fixed ---------- -* Import warnings in Python 3.6+ were resolved. - -Bugs fixed ----------- - * LP#1799755: Fix a DeprecationWarning in Py3.7+. +* Import warnings in Python 3.6+ were resolved. + 4.2.5 (2018-09-09) ================== diff --git a/doc/main.txt b/doc/main.txt index 0ca560d4..46df4da5 100644 --- a/doc/main.txt +++ b/doc/main.txt @@ -157,8 +157,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.2.5`_, released 2018-09-09 -(`changes for 4.2.5`_). `Older versions <#old-versions>`_ +The latest version is `lxml 4.2.6`_, released 2019-01-03 +(`changes for 4.2.6`_). `Older versions <#old-versions>`_ are listed below. Please take a look at the @@ -250,7 +250,9 @@ See the websites of lxml .. and the `latest in-development version `_. -.. _`PDF documentation`: lxmldoc-4.2.5.pdf +.. _`PDF documentation`: lxmldoc-4.2.6.pdf + +* `lxml 4.2.6`_, released 2019-01-03 (`changes for 4.2.6`_) * `lxml 4.2.5`_, released 2018-09-09 (`changes for 4.2.5`_) @@ -274,6 +276,7 @@ See the websites of lxml * `older releases `_ +.. _`lxml 4.2.6`: /files/lxml-4.2.6.tgz .. _`lxml 4.2.5`: /files/lxml-4.2.5.tgz .. _`lxml 4.2.4`: /files/lxml-4.2.4.tgz .. _`lxml 4.2.3`: /files/lxml-4.2.3.tgz @@ -285,6 +288,7 @@ See the websites of lxml .. _`lxml 4.0.0`: /files/lxml-4.0.0.tgz .. _`lxml 3.8.0`: /files/lxml-3.8.0.tgz +.. _`changes for 4.2.6`: /changes-4.2.6.html .. _`changes for 4.2.5`: /changes-4.2.5.html .. _`changes for 4.2.4`: /changes-4.2.4.html .. _`changes for 4.2.3`: /changes-4.2.3.html diff --git a/version.txt b/version.txt index df0228df..d6f85abf 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -4.2.5 +4.2.6 -- cgit v1.2.1