Skip to content

Commit

Permalink
prepare release of 3.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
scoder committed Dec 14, 2012
1 parent 4b2e26f commit a5525af
Show file tree
Hide file tree
Showing 4 changed files with 25 additions and 6 deletions.
15 changes: 15 additions & 0 deletions CHANGES.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,21 @@
lxml changelog
==============

3.0.2 (2012-12-14)
==================

Features added
--------------

Bugs fixed
----------

* Fix crash during interpreter shutdown by switching to Cython 0.17.3 for building.

Other changes
-------------


3.0.1 (2012-10-14)
==================

Expand Down
4 changes: 2 additions & 2 deletions doc/build.txt
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,9 @@ developer sources (e.g. to test a bug fix that has not been release
yet) or if you want to be an lxml developer, then you do need a
working Cython installation. You can use pip_ to install it::

pip install "Cython>=0.17.1"
pip install "Cython>=0.17.3"

lxml currently requires Cython 0.17.1, later release versions should
lxml currently requires Cython 0.17.3, later release versions should
work as well.


Expand Down
10 changes: 7 additions & 3 deletions doc/main.txt
Original file line number Diff line number Diff line change
Expand Up @@ -157,8 +157,8 @@ Index`_ (PyPI). It has the source that compiles on various platforms.
The source distribution is signed with `this key`_. Binary builds are
not available from PyPI due to the increased maintenance overhead.

The latest version is `lxml 3.0.1`_, released 2012-10-14
(`changes for 3.0.1`_). `Older versions`_ are listed below.
The latest version is `lxml 3.0.2`_, released 2012-12-14
(`changes for 3.0.2`_). `Older versions`_ are listed below.

Please take a look at the `installation instructions`_!

Expand Down Expand Up @@ -234,7 +234,9 @@ See the web sites of lxml
`2.3 <http://lxml.de/2.3/>`_
and the `latest in-development version <http://lxml.de/dev/>`_.

.. _`PDF documentation`: lxmldoc-3.0.1.pdf
.. _`PDF documentation`: lxmldoc-3.0.2.pdf

* `lxml 3.0.1`_, released 2012-10-14 (`changes for 3.0.1`_)

* `lxml 3.0`_, released 2012-10-08 (`changes for 3.0`_)

Expand All @@ -258,6 +260,7 @@ and the `latest in-development version <http://lxml.de/dev/>`_.

* `older releases <http://lxml.de/2.3/#old-versions>`_

.. _`lxml 3.0.2`: /files/lxml-3.0.2.tgz
.. _`lxml 3.0.1`: /files/lxml-3.0.1.tgz
.. _`lxml 3.0`: /files/lxml-3.0.tgz
.. _`lxml 3.0beta1`: /files/lxml-3.0beta1.tgz
Expand All @@ -271,6 +274,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.0.2`: /changes-3.0.2.html
.. _`changes for 3.0.1`: /changes-3.0.1.html
.. _`changes for 3.0`: /changes-3.0.html
.. _`changes for 3.0beta1`: /changes-3.0beta1.html
Expand Down
2 changes: 1 addition & 1 deletion version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.0.1
3.0.2

0 comments on commit a5525af

Please sign in to comment.