Skip to content

Commit

Permalink
Prepare for 0.5.2 release
Browse files Browse the repository at this point in the history
Also backfills contributor credits for past releases.
  • Loading branch information
ncoghlan committed Apr 17, 2016
1 parent af36037 commit 39b2081
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 2 deletions.
23 changes: 22 additions & 1 deletion NEWS.rst
Original file line number Diff line number Diff line change
@@ -1,14 +1,30 @@
Release History
---------------

0.5.2 (not yet released)
^^^^^^^^^^^^^^^^^^^^^^^^

* development migrated from BitBucket to GitHub

* ``redirect_stream``, ``redirect_stdout``, ``redirect_stderr`` and ``suppress``
now explicitly inherit from ``object``, ensuring compatibility with
``ExitStack`` when run under Python 2.x (patch contributed by Devin
Jeanpierre).

* ``MANIFEST.in`` is now included in the published sdist, ensuring the archive
can be precisely recreated even without access to the original source repo
(patch contributed by Guy Rozendorn)


0.5.1 (2016-01-13)
^^^^^^^^^^^^^^^^^^

* Python 2.6 compatilibity restored (although 2.6 is still missing from the
current CI configuration)
current CI configuration) (patch contributed by Armin Ronacher)

* README converted back to reStructured Text formatting


0.5.0 (2016-01-12)
^^^^^^^^^^^^^^^^^^

Expand All @@ -21,19 +37,24 @@ Release History

* Python 2.6, 3.2 and 3.3 have been dropped from compatibility testing

* tox is now supported for local version compatibility testing (patch by
Marc Abramowitz)


0.4.0 (2012-05-05)
^^^^^^^^^^^^^^^^^^

* Issue #8: Replace ContextStack with ExitStack (old ContextStack API
retained for backwards compatibility)

* Fall back to unittest2 if unittest is missing required functionality


0.3.1 (2012-01-17)
^^^^^^^^^^^^^^^^^^

* Issue #7: Add MANIFEST.in so PyPI package contains all relevant files
(patch contributed by Doug Latornell)


0.3 (2012-01-04)
Expand Down
2 changes: 1 addition & 1 deletion VERSION.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.5.1
0.5.2.dev0

0 comments on commit 39b2081

Please sign in to comment.