From 1e21f320b2bc45bd3b10bc80ffc895af0157ade0 Mon Sep 17 00:00:00 2001 From: Doug Hellmann Date: Sat, 15 Sep 2012 16:10:28 -0400 Subject: [PATCH] Prepare release 0.4 Update the history file and version number. Change-Id: Ia09d4a9316dcc77775124f298ddde535707cfa0c Signed-off-by: Doug Hellmann --- docs/source/history.rst | 4 ++++ setup.py | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/docs/source/history.rst b/docs/source/history.rst index 047ce51..62c8de1 100644 --- a/docs/source/history.rst +++ b/docs/source/history.rst @@ -2,6 +2,10 @@ History ========= +0.4 + + - Removed the ``name`` argument to plugin constructors. + 0.3 - Added dispatch managers for selecting among a set of plugins at diff --git a/setup.py b/setup.py index fd6b48e..eb3e2b0 100644 --- a/setup.py +++ b/setup.py @@ -16,7 +16,7 @@ install_requires = ['distribute', setup( name='stevedore', - version='0.3', + version='0.4', description='Manage dynamic plugins for Python applications', long_description=long_description,