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
|
.. tags:: stevedore release python
|
||||||
@ -27,6 +27,9 @@ What's New?
|
|||||||
|
|
||||||
- Add ``TestExtensionManager`` for writing tests for classes that use
|
- Add ``TestExtensionManager`` for writing tests for classes that use
|
||||||
extension managers.
|
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
|
Installing
|
||||||
==========
|
==========
|
||||||
|
@ -2,6 +2,12 @@
|
|||||||
History
|
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
|
0.5
|
||||||
|
|
||||||
- Add :class:`~stevedore.tests.manager.TestExtensionManager` for
|
- Add :class:`~stevedore.tests.manager.TestExtensionManager` for
|
||||||
|
2
setup.py
2
setup.py
@ -16,7 +16,7 @@ install_requires = ['distribute',
|
|||||||
|
|
||||||
setup(
|
setup(
|
||||||
name='stevedore',
|
name='stevedore',
|
||||||
version='0.5',
|
version='0.6',
|
||||||
|
|
||||||
description='Manage dynamic plugins for Python applications',
|
description='Manage dynamic plugins for Python applications',
|
||||||
long_description=long_description,
|
long_description=long_description,
|
||||||
|
Loading…
Reference in New Issue
Block a user