summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTres Seaver <tseaver@palladion.com>2016-05-05 10:06:22 -0400
committerTres Seaver <tseaver@palladion.com>2016-05-05 10:06:22 -0400
commit066799b8dfe80bf1fb35d264d248e32d5065142d (patch)
tree81681ecde0e56a544c9f33ba744035dfac85b3ea
parentafc35ebce9ed4c394a66d2e7faed9c78a4e07e9e (diff)
downloadzope-proxy-066799b8dfe80bf1fb35d264d248e32d5065142d.tar.gz
Prep 4.2.0 release.4.2.0
-rw-r--r--CHANGES.rst10
-rw-r--r--setup.py2
2 files changed, 6 insertions, 6 deletions
diff --git a/CHANGES.rst b/CHANGES.rst
index 5e25ba0..40ab136 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -1,18 +1,18 @@
Changes
=======
-4.2.0 (unreleased)
+4.2.0 (2016-05-05)
------------------
-- When testing ``PURE_PYTHON`` environments under ``tox``, avoid poisoning
- the user's global wheel cache.
+- Correctly strip ``zope.security`` proxies in ``removeAllProxies``.
+
+- Avoid poisoning the user's global wheel cache when testing ``PURE_PYTHON``
+ environments under ``tox``,
- Drop support for Python 2.6 and 3.2.
- Add support for Python 3.5.
-- Fixed failure when using removeAllProxies with zope.security proxies.
-
4.1.6 (2015-06-02)
------------------
diff --git a/setup.py b/setup.py
index 63cf239..460cd55 100644
--- a/setup.py
+++ b/setup.py
@@ -48,7 +48,7 @@ else:
features = {'Cwrapper': Cwrapper}
setup(name='zope.proxy',
- version='4.2.0.dev0',
+ version='4.2.0',
author='Zope Foundation and Contributors',
author_email='zope-dev@zope.org',
description='Generic Transparent Proxies',