* Issue 185: Make svn tagging work on the new style SVN metadata. Thanks cazabon! * Prune revision control directories (e.g .svn) from base path as well as sub-directories.
5.2
Not secure
===
* Added a `Developer Guide <https://setuptools.pypa.io/en/latest/developer-guide.html>`_ to the official documentation. * Some code refactoring and cleanup was done with no intended behavioral changes. * During install_egg_info, the generated lines for namespace package .pth files are now processed even during a dry run.
5.1
Not secure
===
* Issue 202: Implemented more robust cache invalidation for the ZipImporter, building on the work in Issue 168. Special thanks to Jurko Gospodnetic and PJE.
5.0.2
Not secure
=====
* Issue 220: Restored script templates.
5.0.1
Not secure
=====
* Renamed script templates to end with .tmpl now that they no longer need to be processed by 2to3. Fixes spurious syntax errors during build/install.
5.0
Not secure
===
* Issue 218: Re-release of 3.8.1 to signal that it supersedes 4.x. * Incidentally, script templates were updated not to include the triple-quote escaping.