diff options
| author | Stefan Behnel <stefan_ml@behnel.de> | 2016-12-10 16:44:16 +0100 |
|---|---|---|
| committer | Stefan Behnel <stefan_ml@behnel.de> | 2016-12-10 16:44:16 +0100 |
| commit | b26e0fe7a68389ece31bc30a8d014130fb98f68d (patch) | |
| tree | 31866ec3e68ba63bcd614250daaa99f425fa0c00 | |
| parent | 40effd5723ccf1030934f5214342d32143283cb0 (diff) | |
| download | python-lxml-b26e0fe7a68389ece31bc30a8d014130fb98f68d.tar.gz | |
prepare release of 3.7.0
| -rw-r--r-- | CHANGES.txt | 2 | ||||
| -rw-r--r-- | doc/main.txt | 10 | ||||
| -rw-r--r-- | version.txt | 2 |
3 files changed, 9 insertions, 5 deletions
diff --git a/CHANGES.txt b/CHANGES.txt index 6cdc98a7..33ed6a98 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -2,7 +2,7 @@ lxml changelog ============== -3.7.0 (2016-??-??) +3.7.0 (2016-12-10) ================== Features added diff --git a/doc/main.txt b/doc/main.txt index cc3a6eb3..153d508b 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.6.4`_, released 2016-08-20 -(`changes for 3.6.4`_). `Older versions <#old-versions>`_ +The latest version is `lxml 3.7.0`_, released 2016-12-10 +(`changes for 3.7`_). `Older versions <#old-versions>`_ are listed below. Please take a look at the @@ -243,7 +243,9 @@ See the web sites of lxml `3.5 <http://lxml.de/3.5/>`_ and the `latest in-development version <http://lxml.de/dev/>`_. -.. _`PDF documentation`: lxmldoc-3.6.4.pdf +.. _`PDF documentation`: lxmldoc-3.7.0.pdf + +* `lxml 3.7.0`_, released 2016-12-10 (`changes for 3.7.0`_) * `lxml 3.6.4`_, released 2016-08-18 (`changes for 3.6.4`_) @@ -271,6 +273,7 @@ and the `latest in-development version <http://lxml.de/dev/>`_. * `older releases <http://lxml.de/3.4/#old-versions>`_ +.. _`lxml 3.7.0`: /files/lxml-3.7.0.tgz .. _`lxml 3.6.4`: /files/lxml-3.6.4.tgz .. _`lxml 3.6.3`: /files/lxml-3.6.3.tgz .. _`lxml 3.6.2`: /files/lxml-3.6.2.tgz @@ -284,6 +287,7 @@ and the `latest in-development version <http://lxml.de/dev/>`_. .. _`lxml 3.4.1`: /files/lxml-3.4.1.tgz .. _`lxml 3.4.0`: /files/lxml-3.4.0.tgz +.. _`changes for 3.7.0`: /changes-3.7.0.html .. _`changes for 3.6.4`: /changes-3.6.4.html .. _`changes for 3.6.3`: /changes-3.6.3.html .. _`changes for 3.6.2`: /changes-3.6.2.html diff --git a/version.txt b/version.txt index e0b13545..7c69a55d 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -3.7.0a0 +3.7.0 |
