diff options
author | Stefan Behnel <stefan_ml@behnel.de> | 2013-04-28 20:42:33 +0200 |
---|---|---|
committer | Stefan Behnel <stefan_ml@behnel.de> | 2013-04-28 20:42:33 +0200 |
commit | 8fc99f8ef3e2f12e74fb407ae62c5db50cfe7b92 (patch) | |
tree | 3c4a75b08ec5ad88c694cb0bf488d6ff10328545 /doc | |
parent | aa847aee79d2b8889688ef163e3c36228191ba64 (diff) | |
download | python-lxml-baserock/morph.tar.gz |
prepare release of 3.2.0lxml-3.2.0baserock/morph
Diffstat (limited to 'doc')
-rw-r--r-- | doc/main.txt | 11 |
1 files changed, 8 insertions, 3 deletions
diff --git a/doc/main.txt b/doc/main.txt index a53d5ff0..fc110fdf 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.1.2`_, released 2013-04-12 -(`changes for 3.1.2`_). `Older versions <#old-versions>`_ +The latest version is `lxml 3.2.0`_, released 2013-04-28 +(`changes for 3.2.0`_). `Older versions <#old-versions>`_ are listed below. Please take a look at the @@ -236,9 +236,12 @@ See the web sites of lxml `2.2 <http://lxml.de/2.2/>`_ `2.3 <http://lxml.de/2.3/>`_ `3.0 <http://lxml.de/3.0/>`_ +`3.1 <http://lxml.de/3.1/>`_ and the `latest in-development version <http://lxml.de/dev/>`_. -.. _`PDF documentation`: lxmldoc-3.1.2.pdf +.. _`PDF documentation`: lxmldoc-3.2.0.pdf + +* `lxml 3.1.2`_, released 2013-04-28 (`changes for 3.1.2`_) * `lxml 3.1.1`_, released 2013-03-29 (`changes for 3.1.1`_) @@ -272,6 +275,7 @@ and the `latest in-development version <http://lxml.de/dev/>`_. * `older releases <http://lxml.de/2.3/#old-versions>`_ +.. _`lxml 3.2.0`: /files/lxml-3.2.0.tgz .. _`lxml 3.1.2`: /files/lxml-3.1.2.tgz .. _`lxml 3.1.1`: /files/lxml-3.1.1.tgz .. _`lxml 3.1.0`: /files/lxml-3.1.0.tgz @@ -290,6 +294,7 @@ and the `latest in-development version <http://lxml.de/dev/>`_. .. _`lxml 2.3.1`: /files/lxml-2.3.1.tgz .. _`lxml 2.3`: /files/lxml-2.3.tgz +.. _`changes for 3.2.0`: /changes-3.2.0.html .. _`changes for 3.1.2`: /changes-3.1.2.html .. _`changes for 3.1.1`: /changes-3.1.1.html .. _`changes for 3.1.0`: /changes-3.1.0.html |