From 5b22dba30a0167c1beae037ec65fd0684056ef64 Mon Sep 17 00:00:00 2001 From: Doug Hellmann Date: Thu, 29 Aug 2013 12:29:45 -0400 Subject: [PATCH] prep for release 0.11 Change-Id: If291824f46cf8ab48c25cca54fbb072aad65cf4c --- announce.rst | 8 ++------ docs/source/history.rst | 5 +++++ setup.py | 2 +- 3 files changed, 8 insertions(+), 7 deletions(-) diff --git a/announce.rst b/announce.rst index 9781e03..70edd2f 100644 --- a/announce.rst +++ b/announce.rst @@ -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 +- Fixes logging configuration under Python 2.6 with a NullHandler. Installing ========== diff --git a/docs/source/history.rst b/docs/source/history.rst index 9b0a12b..78f803d 100644 --- a/docs/source/history.rst +++ b/docs/source/history.rst @@ -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 diff --git a/setup.py b/setup.py index c22379d..70c4c24 100644 --- a/setup.py +++ b/setup.py @@ -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,