.. This is your project NEWS file which will contain the release notes.
.. Example: http://www.python.org/download/releases/2.6/NEWS.txt
.. The content of this file, along with README.rst, will appear in your
.. project's PyPI page.

News
====

0.4.4
-----

Added workarounds for packages with non-string versions in their setup.py
(bugs were caused by unittest2 0.7.1, see
https://code.google.com/p/unittest-ext/issues/detail?id=84).

0.4.3
-----

Added automatic conflicts resolution.

0.4.2
-----

Added --no-rebuild-wheels flag, to avoid rebuilding wheels already present in
--output-dir.

0.4.1
-----

First proper release
