update history for 0.3 release

Signed-off-by: Doug Hellmann <doug.hellmann@dreamhost.com>
This commit is contained in:
Doug Hellmann 2012-08-15 07:18:15 -04:00
parent 4883901c53
commit 90823ebcf4
2 changed files with 6 additions and 1 deletions

View File

@ -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

View File

@ -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,