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,