summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTres Seaver <tseaver@palladion.com>2015-06-02 11:36:05 -0400
committerTres Seaver <tseaver@palladion.com>2015-06-02 11:36:05 -0400
commit9b6ea95fd506e507ed26c1ca7418f5ffb14c12e4 (patch)
tree98536d0414558feea503aa5b1e1b4884bf0cf3df
parentbe4c3a69977bd64e3dcf47a5c000592706a6d113 (diff)
downloadzope-security-9b6ea95fd506e507ed26c1ca7418f5ffb14c12e4.tar.gz
Prep 4.0.2 release.4.0.2
-rw-r--r--CHANGES.rst2
-rw-r--r--setup.py2
2 files changed, 2 insertions, 2 deletions
diff --git a/CHANGES.rst b/CHANGES.rst
index 71bfffc..a66ab03 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -1,7 +1,7 @@
Changes
=======
-4.0.2 (unreleased)
+4.0.2 (2015-06-02)
------------------
- Fixed compatibility with ``zope.proxy`` 4.1.5 under PyPy.
diff --git a/setup.py b/setup.py
index c557a62..c54c4ef 100644
--- a/setup.py
+++ b/setup.py
@@ -105,7 +105,7 @@ else:
]
setup(name='zope.security',
- version='4.0.2.dev0',
+ version='4.0.2',
author='Zope Foundation and Contributors',
author_email='zope-dev@zope.org',
description='Zope Security Framework',