Bump version to 0.6
Signed-off-by: Doug Hellmann <doug.hellmann@dreamhost.com>
This commit is contained in:
parent
3c64c7b71a
commit
b01eb69915
@ -1,5 +1,5 @@
|
||||
===============
|
||||
stevedore 0.5
|
||||
stevedore 0.6
|
||||
===============
|
||||
|
||||
.. tags:: stevedore release python
|
||||
@ -27,6 +27,9 @@ What's New?
|
||||
|
||||
- Add ``TestExtensionManager`` for writing tests for classes that use
|
||||
extension managers.
|
||||
- Change the ``EnabledExtensionManager`` to load the extension before
|
||||
calling the check function so the plugin can be asked if it should
|
||||
be enabled.
|
||||
|
||||
Installing
|
||||
==========
|
||||
|
@ -2,6 +2,12 @@
|
||||
History
|
||||
=========
|
||||
|
||||
0.6
|
||||
|
||||
- Change the :class:`~stevedore.enabled.EnabledExtensionManager` to
|
||||
load the extension before calling the check function so the plugin
|
||||
can be asked if it should be enabled.
|
||||
|
||||
0.5
|
||||
|
||||
- Add :class:`~stevedore.tests.manager.TestExtensionManager` for
|
||||
|
Loading…
Reference in New Issue
Block a user