Re-release of 13.0. Intermittent connectivity issues caused the release process to fail and PyPI uploads no longer accept files for 13.0.
13.0
Not secure
====
* Issue 356: Back out BB Pull Request 119 as it requires Setuptools 10 or later as the source during an upgrade. * Removed build_py class from setup.py. According to 892f439d216e, this functionality was added to support upgrades from old Distribute versions, 0.6.5 and 0.6.6.
12.4
Not secure
====
* BB Pull Request 119: Restore writing of ``setup_requires`` to metadata (previously added in 8.4 and removed in 9.0).
12.3
Not secure
====
* Documentation is now linked using the rst.linker package. * Fix ``setuptools.command.easy_install.extract_wininst_cfg()`` with Python 2.6 and 2.7. * Issue 354. Added documentation on building setuptools documentation.
12.2
Not secure
====
* Issue 345: Unload all modules under pkg_resources during ``ez_setup.use_setuptools()``. * Issue 336: Removed deprecation from ``ez_setup.use_setuptools``, as it is clearly still used by buildout's bootstrap. ``ez_setup`` remains deprecated for use by individual packages. * Simplified implementation of ``ez_setup.use_setuptools``.
12.1
Not secure
====
* BB Pull Request 118: Soften warning for non-normalized versions in Distribution.