* 619: Removed support for the ``tag_svn_revision`` distribution option. If Subversion tagging support is still desired, consider adding the functionality to setuptools_svn in setuptools_svn 2.
32.3.1
Not secure
=======
* 866: Use ``dis.Bytecode`` on Python 3.4 and later in ``setuptools.depends``.
32.3.0
Not secure
=======
* 889: Backport proposed fix for disabling interpolation in distutils.Distribution.parse_config_files.
32.2.0
Not secure
=======
* 884: Restore support for running the tests under `pytest-runner <https://github.com/pytest-dev/pytest-runner>`_ by ensuring that PYTHONPATH is honored in tests invoking a subprocess.
32.1.3
Not secure
=======
* 706: Add rmtree compatibility shim for environments where rmtree fails when passed a unicode string.
32.1.2
Not secure
=======
* 893: Only release sdist in zip format as warehouse now disallows releasing two different formats.