* Require ``setuptools`` in ``install_requires``. Thanks to Tomáš Hrnčiar (hrnciar) * Fix tests to run again.
3.2.0
------------------
* Use wsgiserver.WSGIServer instead of wsgiutils.wsgiServer.WSGIServer for Python 3 compatibility.
3.1.0
-----------------
* Remove dependency on ``unittest2``.
3.0.0
------------------
* Moved to `GitHub <https://github.com/cdent/pastescript>`_. * Put into maintenance mode, meaning: critical bugs will be fixed, and support for new versions of Python will be handled, but new features are not being considered.
2.0.2
------------------
* Issue 20: Fix "paster points --list" on Python 3.
* Fix cgi_server on Python 3.
* Fix usage of the sort() method on Python 3.
* Fix grep on Python 3.
2.0.1
------------------
* Fix --help command on Python 3. Patch written by Atsushi Odagiri (aodag).
* Fix "paster create --template=basic_package test" command on Python 3. Patch written by Atsushi Odagiri (aodag).
* Fix error when 'paster create --list-template' on Python 3. Patch written by FGtatsuro.