* Move warning check in ``get_cache_path`` to follow the directory creation to avoid errors when the cache path does not yet exist. Fixes the error reported in Distribute 375.
------
0.6.48
------
* Correct AttributeError in ``ResourceManager.get_cache_path`` introduced in 0.6.46 (redo).
------
0.6.47
------
* Correct AttributeError in ``ResourceManager.get_cache_path`` introduced in 0.6.46.
------
0.6.46
------
* Distribute 375: Issue a warning if the PYTHON_EGG_CACHE or otherwise customized egg cache location specifies a directory that's group- or world-writable.
------
0.6.45
------
* Distribute 379: ``distribute_setup.py`` now traps VersionConflict as well, restoring ability to upgrade from an older setuptools version.
------
0.6.44
------
* ``distribute_setup.py`` has been updated to allow Setuptools 0.7 to satisfy use_setuptools.