diff options
| -rw-r--r-- | CHANGES.txt | 10 | ||||
| -rw-r--r-- | doc/main.txt | 10 | ||||
| -rw-r--r-- | version.txt | 2 |
3 files changed, 18 insertions, 4 deletions
diff --git a/CHANGES.txt b/CHANGES.txt index e46ec363..a5d013c6 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -2,6 +2,16 @@ lxml changelog ============== +3.4.4 (2015-04-25) +================== + +Bugs fixed +---------- + +* An ElementTree compatibility test added in lxml 3.4.3 that failed in + Python 3.4+ was removed again. + + 3.4.3 (2015-04-15) ================== diff --git a/doc/main.txt b/doc/main.txt index d37b5019..5da3365a 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 3.4.3`_, released 2015-04-15 -(`changes for 3.4.3`_). `Older versions <#old-versions>`_ +The latest version is `lxml 3.4.4`_, released 2015-04-25 +(`changes for 3.4.4`_). `Older versions <#old-versions>`_ are listed below. Please take a look at the @@ -241,7 +241,9 @@ See the web sites of lxml `3.3 <http://lxml.de/3.3/>`_ and the `latest in-development version <http://lxml.de/dev/>`_. -.. _`PDF documentation`: lxmldoc-3.4.3.pdf +.. _`PDF documentation`: lxmldoc-3.4.4.pdf + +* `lxml 3.4.4`_, released 2015-04-25 (`changes for 3.4.4`_) * `lxml 3.4.3`_, released 2015-04-15 (`changes for 3.4.3`_) @@ -303,6 +305,7 @@ and the `latest in-development version <http://lxml.de/dev/>`_. * `older releases <http://lxml.de/3.0/#old-versions>`_ +.. _`lxml 3.4.4`: /files/lxml-3.4.4.tgz .. _`lxml 3.4.3`: /files/lxml-3.4.3.tgz .. _`lxml 3.4.2`: /files/lxml-3.4.2.tgz .. _`lxml 3.4.1`: /files/lxml-3.4.1.tgz @@ -333,6 +336,7 @@ and the `latest in-development version <http://lxml.de/dev/>`_. .. _`lxml 3.0.1`: /files/lxml-3.0.1.tgz .. _`lxml 3.0`: /files/lxml-3.0.tgz +.. _`changes for 3.4.4`: /changes-3.4.4.html .. _`changes for 3.4.3`: /changes-3.4.3.html .. _`changes for 3.4.2`: /changes-3.4.2.html .. _`changes for 3.4.1`: /changes-3.4.1.html diff --git a/version.txt b/version.txt index 6cb9d3dd..f9892605 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -3.4.3 +3.4.4 |
