prep for release 0.7.2

Change-Id: I2ea8d2443860c64bc5f8e9474b9326e1d3dac39c
Signed-off-by: Doug Hellmann <doug.hellmann@dreamhost.com>
This commit is contained in:
Doug Hellmann 2012-11-28 06:23:18 -05:00
parent e7259f89ad
commit 0a51bfd008
2 changed files with 5 additions and 1 deletions

View File

@ -2,6 +2,10 @@
History History
========= =========
0.7.2
- Fix logging support for Python 2.6.
0.7.1 0.7.1
- Fix an issue with logging configuration. - Fix an issue with logging configuration.

View File

@ -16,7 +16,7 @@ install_requires = ['distribute',
setup( setup(
name='stevedore', name='stevedore',
version='0.7.1', version='0.7.2',
description='Manage dynamic plugins for Python applications', description='Manage dynamic plugins for Python applications',
long_description=long_description, long_description=long_description,