From 90823ebcf424c417886a8021e25929230d45ebb3 Mon Sep 17 00:00:00 2001 From: Doug Hellmann Date: Wed, 15 Aug 2012 07:18:15 -0400 Subject: [PATCH] update history for 0.3 release Signed-off-by: Doug Hellmann --- docs/source/history.rst | 5 +++++ setup.py | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/docs/source/history.rst b/docs/source/history.rst index a9cf7f2..1ce1994 100644 --- a/docs/source/history.rst +++ b/docs/source/history.rst @@ -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 diff --git a/setup.py b/setup.py index 436c07f..fd6b48e 100644 --- a/setup.py +++ b/setup.py @@ -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,