prep for release 0.11

Change-Id: If291824f46cf8ab48c25cca54fbb072aad65cf4c
This commit is contained in:
Doug Hellmann 2013-08-29 12:29:45 -04:00
parent ea9266836e
commit 5b22dba30a
3 changed files with 8 additions and 7 deletions

View File

@ -1,5 +1,5 @@
================
stevedore 0.10
stevedore 0.11
================
.. tags:: stevedore release python
@ -25,11 +25,7 @@ dynamically loaded extensions.
What's New?
===========
- Adds ``propagate_map_exceptions`` parameter to all of the extension
managers which specifies whether exceptions are propagated up
through the map call or logged and then ignored. The default is to
preserve the current behavior of logging and ignoring exceptions.
Christopher Yeoh <cyeoh@au1.ibm.com>
- Fixes logging configuration under Python 2.6 with a NullHandler.
Installing
==========

View File

@ -2,6 +2,11 @@
History
=========
0.11
- Fixes logging configuration under Python 2.6 with a NullHandler.
(:issue:`2`)
0.10
- Adds ``propagate_map_exceptions`` parameter to all of the extension

View File

@ -16,7 +16,7 @@ except ImportError:
setup(
name='stevedore',
version='0.10',
version='0.11',
description='Manage dynamic plugins for Python applications',
long_description=long_description,