summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDoug Hellmann <doug.hellmann@dreamhost.com>2014-01-27 15:33:23 -0500
committerDoug Hellmann <doug.hellmann@dreamhost.com>2014-01-27 15:33:23 -0500
commited280dab97a645ad2d48587ec12a39e09fc5d9b5 (patch)
treee86748db54cb44c5015d6205705837e84b1f44bf
parent79c405923440ae23c3c1324e36f4e117dac2ff96 (diff)
downloadstevedore-ed280dab97a645ad2d48587ec12a39e09fc5d9b5.tar.gz
prep history for 0.14 release0.14
Change-Id: Ie871fdd8ee4917f3d628913baff742f7a92d92fa
-rw-r--r--announce.rst15
-rw-r--r--docs/source/history.rst2
2 files changed, 6 insertions, 11 deletions
diff --git a/announce.rst b/announce.rst
index 839f9bb..e556c1a 100644
--- a/announce.rst
+++ b/announce.rst
@@ -1,5 +1,5 @@
================
- stevedore 0.13
+ stevedore 0.14
================
.. tags:: stevedore release python
@@ -25,15 +25,10 @@ dynamically loaded extensions.
What's New?
===========
-- Deprecate ``TestExtensionManager`` and replace with
- ``make_test_instance()`` class method to provide test classes that
- behave more like the production class, while still allowing the
- extensions to be injected for testing. (contributed by drocco-007)
-- Include a work-around to avoid a cpython bug with atexit
- (#15881). (contributed by philiptzou)
-- Update documentation to refer to setuptools instead of
- distribute. (contributed by westurner)
-- Add pypy to the list of default test configurations.
+- Provide an option to control requirements checking when loading
+ plugins, and disable it by default. This removes protection against
+ loading the wrong version of a plugin, or that plugin's
+ dependencies.
Installing
diff --git a/docs/source/history.rst b/docs/source/history.rst
index 4993266..76e2ae3 100644
--- a/docs/source/history.rst
+++ b/docs/source/history.rst
@@ -2,7 +2,7 @@
History
=========
-dev
+0.14
- Provide an option to control requirements checking when loading
plugins, and disable it by default. This removes protection against