Updates for 0.5.3 release

This commit is contained in:
Nick Coghlan 2016-05-02 21:12:42 +10:00
parent 6ff3657fdf
commit 6578b59179
2 changed files with 7 additions and 5 deletions

View file

@ -1,13 +1,16 @@
Release History
---------------
0.5.3 (not yet released)
^^^^^^^^^^^^^^^^^^^^^^^^
0.5.3 (2016-05-02)
^^^^^^^^^^^^^^^^^^
* ``ExitStack`` now correctly handles context managers implemented as old-style
classes in Python 2.x (such as ``codecs.StreamReader`` and
``codecs.StreamWriter``)
* ``setup.py`` has been migrated to setuptools and configured to emit a
universal wheel file by default
0.5.2 (2016-05-02)
^^^^^^^^^^^^^^^^^^
@ -26,8 +29,7 @@ Release History
0.5.1 (2016-01-13)
^^^^^^^^^^^^^^^^^^
* Python 2.6 compatilibity restored (although 2.6 is still missing from the
current CI configuration) (patch contributed by Armin Ronacher)
* Python 2.6 compatilibity restored (patch contributed by Armin Ronacher)
* README converted back to reStructured Text formatting

View file

@ -1 +1 @@
0.5.3.dev0
0.5.3