prep for release 0.11
Change-Id: If291824f46cf8ab48c25cca54fbb072aad65cf4c
This commit is contained in:
parent
ea9266836e
commit
5b22dba30a
@ -1,5 +1,5 @@
|
|||||||
================
|
================
|
||||||
stevedore 0.10
|
stevedore 0.11
|
||||||
================
|
================
|
||||||
|
|
||||||
.. tags:: stevedore release python
|
.. tags:: stevedore release python
|
||||||
@ -25,11 +25,7 @@ dynamically loaded extensions.
|
|||||||
What's New?
|
What's New?
|
||||||
===========
|
===========
|
||||||
|
|
||||||
- Adds ``propagate_map_exceptions`` parameter to all of the extension
|
- Fixes logging configuration under Python 2.6 with a NullHandler.
|
||||||
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>
|
|
||||||
|
|
||||||
Installing
|
Installing
|
||||||
==========
|
==========
|
||||||
|
@ -2,6 +2,11 @@
|
|||||||
History
|
History
|
||||||
=========
|
=========
|
||||||
|
|
||||||
|
0.11
|
||||||
|
|
||||||
|
- Fixes logging configuration under Python 2.6 with a NullHandler.
|
||||||
|
(:issue:`2`)
|
||||||
|
|
||||||
0.10
|
0.10
|
||||||
|
|
||||||
- Adds ``propagate_map_exceptions`` parameter to all of the extension
|
- Adds ``propagate_map_exceptions`` parameter to all of the extension
|
||||||
|
2
setup.py
2
setup.py
@ -16,7 +16,7 @@ except ImportError:
|
|||||||
|
|
||||||
setup(
|
setup(
|
||||||
name='stevedore',
|
name='stevedore',
|
||||||
version='0.10',
|
version='0.11',
|
||||||
|
|
||||||
description='Manage dynamic plugins for Python applications',
|
description='Manage dynamic plugins for Python applications',
|
||||||
long_description=long_description,
|
long_description=long_description,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user