We are satisfied to announce the release of:
mox3 0.11.0: Mock object framework for Python
This release is part of the mitaka release series.
With source available at:
    http://git.openstack.org/cgit/openstack/mox3
With package available at:
    https://pypi.python.org/pypi/mox3
For more details, please see the git log history below and:
    http://launchpad.net/python-mox3/+milestone/0.11.0
Please report issues through launchpad:
    http://bugs.launchpad.net/python-mox3
Changes in mox3 0.10.0..0.11.0
------------------------------
1d0054b Fix broken test and remove Bad test
d87a86b Updated from global requirements
Diffstat (except docs and test files)
-------------------------------------
mox3/mox.py            |  4 +++-
requirements.txt       |  2 +-
setup.py               |  2 +-
4 files changed, 5 insertions(+), 21 deletions(-)
Requirements updates
--------------------
diff --git a/requirements.txt b/requirements.txt
index d52427f..05dce83 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -4 +4 @@
-pbr<2.0,>=1.6
+pbr>=1.6