Skip to content

Commit

Permalink
prep for 0.9 release
Browse files Browse the repository at this point in the history
Signed-off-by: Doug Hellmann <doug.hellmann@dreamhost.com>
  • Loading branch information
Doug Hellmann committed Jun 12, 2013
1 parent 5def429 commit 63122bd
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 8 deletions.
16 changes: 11 additions & 5 deletions announce.rst
Expand Up @@ -25,11 +25,17 @@ dynamically loaded extensions.
What's New?
===========

- Ignore AssertionError exceptions generated when plugins are
loaded.
- Update ``NamedExtensionManager`` to check the name of a plugin
before loading its code to avoid importing anything we are not going
to use.
- Add ``name_order`` parameter to ``NamedExtensionManager`` to coerce
``map()`` into processing the extensions in the order they are named
when the manager is created, instead of the random order they may
have been loaded. Contributed by Daniel Rocco.
- Change the ``NamedDispatchExtensionManager`` to ignore missing
extensions (issue 14).
- Add ``__getitem__`` to ``ExtensionManager`` for looking up
individual plugins by name (issue 15).
- Start working on the tutorial
- Remove dependency on distribute, now that it is merged back into
setuptools 0.7 (issue 19).

Installing
==========
Expand Down
4 changes: 2 additions & 2 deletions docs/source/history.rst
Expand Up @@ -2,7 +2,7 @@
History
=========

dev
0.9

- Add ``name_order`` parameter to
:class:`~stevedore.named.NamedExtensionManager` to coerce
Expand All @@ -17,7 +17,7 @@ dev
individual plugins by name (:issue:`15`).
- Start working on the tutorial, :doc:`tutorial/index`.
- Remove dependency on distribute, now that it is merged back into
setuptools 0.7.
setuptools 0.7 (:issue:`19`).

0.8

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -16,7 +16,7 @@

setup(
name='stevedore',
version='0.8',
version='0.9',

description='Manage dynamic plugins for Python applications',
long_description=long_description,
Expand Down

0 comments on commit 63122bd

Please sign in to comment.