update history for 0.3 release

Signed-off-by: Doug Hellmann <doug.hellmann@dreamhost.com>
changes/57/61557/1
Doug Hellmann 11 years ago
parent 4883901c53
commit 90823ebcf4

@ -2,6 +2,11 @@
History
=========
0.3
- Added dispatch managers for selecting among a set of plugins at
runtime instead of load time.
0.2
- Added documentation

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

Loading…
Cancel
Save