summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStephan Richter <stephan.richter@gmail.com>2013-02-28 13:45:58 -0500
committerStephan Richter <stephan.richter@gmail.com>2013-02-28 13:45:58 -0500
commit6bf4a161cb0cb9d7fa48b7fcf850ce5c89981fca (patch)
treeab236b1cda51e6d37470cedcb9352360c2802016
parent15686d565ab33ce52008e8c0375bb34bc4c33464 (diff)
downloadzope-security-6bf4a161cb0cb9d7fa48b7fcf850ce5c89981fca.tar.gz
Preparing release 4.0.0a54.0.0a5
-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 d9280de..c3de1a7 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -2,7 +2,7 @@
CHANGES
=======
-4.0.0a5 (unreleased)
+4.0.0a5 (2013-02-28)
--------------------
- Undo changes from 4.0.0a4. Instead, ``zope.untrustedpython`` is only
diff --git a/setup.py b/setup.py
index fa1620c..fb06e94 100644
--- a/setup.py
+++ b/setup.py
@@ -104,7 +104,7 @@ else:
]
setup(name='zope.security',
- version='4.0.0a5.dev0',
+ version='4.0.0a5',
author='Zope Foundation and Contributors',
author_email='zope-dev@zope.org',
description='Zope Security Framework',