Prepare release 0.4

Update the history file and version number.

Change-Id: Ia09d4a9316dcc77775124f298ddde535707cfa0c
Signed-off-by: Doug Hellmann <doug.hellmann@dreamhost.com>
This commit is contained in:
Doug Hellmann 2012-09-15 16:10:28 -04:00
parent 8b0e71d3a9
commit 1e21f320b2
2 changed files with 5 additions and 1 deletions

View File

@ -2,6 +2,10 @@
History History
========= =========
0.4
- Removed the ``name`` argument to plugin constructors.
0.3 0.3
- Added dispatch managers for selecting among a set of plugins at - Added dispatch managers for selecting among a set of plugins at

View File

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