summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--docs/source/history.rst4
-rw-r--r--setup.py2
2 files changed, 5 insertions, 1 deletions
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,