diff options
| author | Stefan Behnel <stefan_ml@behnel.de> | 2012-09-28 21:00:18 +0200 |
|---|---|---|
| committer | Stefan Behnel <stefan_ml@behnel.de> | 2012-09-28 21:00:18 +0200 |
| commit | 1f44374e9c4725d05d77d213822c4a50f4ddcfb6 (patch) | |
| tree | 722a2a80247a6a9ded5a265cb56a3ebcb1505c9e | |
| parent | b03634ceea145ef5f43179601ea87bd9c704c49c (diff) | |
| download | python-lxml-lxml-2.3.6.tar.gz | |
prepare release of 2.3.6lxml-2.3.6
| -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 a9df74ee..2b793947 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -2,7 +2,7 @@ lxml changelog ============== -2.3.6 (??) +2.3.6 (2012-09-28) ================== Features added diff --git a/doc/main.txt b/doc/main.txt index 730ba64e..c737144e 100644 --- a/doc/main.txt +++ b/doc/main.txt @@ -159,8 +159,8 @@ MS Windows usually become available through PyPI a few days after a source release. If you can't wait, consider trying a less recent release version first. -The latest version is `lxml 2.3.5`_, released 2012-07-31 -(`changes for 2.3.5`_). `Older versions`_ are listed below. +The latest version is `lxml 2.3.6`_, released 2012-09-28 +(`changes for 2.3.6`_). `Older versions`_ are listed below. Please take a look at the `installation instructions`_! @@ -233,7 +233,9 @@ See the web sites of lxml `1.3 <http://lxml.de/1.3/>`_, `2.0 <http://lxml.de/2.2/>`_ and the `latest in-development version <http://lxml.de/dev/>`_ -.. _`PDF documentation`: lxmldoc-2.3.5.pdf +.. _`PDF documentation`: lxmldoc-2.3.6.pdf + +* `lxml 2.3.5`_, released 2012-07-31 (`changes for 2.3.5`_) * `lxml 2.3.4`_, released 2012-03-26 (`changes for 2.3.4`_) @@ -271,6 +273,7 @@ See the web sites of lxml `1.3 <http://lxml.de/1.3/>`_, `2.0 * `older releases <http://lxml.de/2.2/#old-versions>`_ +.. _`lxml 2.3.6`: /files/lxml-2.3.6.tgz .. _`lxml 2.3.5`: /files/lxml-2.3.5.tgz .. _`lxml 2.3.4`: /files/lxml-2.3.4.tgz .. _`lxml 2.3.3`: /files/lxml-2.3.3.tgz @@ -290,6 +293,7 @@ See the web sites of lxml `1.3 <http://lxml.de/1.3/>`_, `2.0 .. _`lxml 2.2.1`: /files/lxml-2.2.1.tgz .. _`lxml 2.2`: /files/lxml-2.2.tgz +.. _`changes for 2.3.6`: /changes-2.3.6.html .. _`changes for 2.3.5`: /changes-2.3.5.html .. _`changes for 2.3.4`: /changes-2.3.4.html .. _`changes for 2.3.3`: /changes-2.3.3.html diff --git a/version.txt b/version.txt index cc6c9a49..e75da3e6 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -2.3.5 +2.3.6 |
