summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHanno Schlichting <hanno@hannosch.eu>2011-05-24 08:50:33 +0000
committerHanno Schlichting <hanno@hannosch.eu>2011-05-24 08:50:33 +0000
commit9d696ac8374a174ffedf47c352e58ef5d29a37ec (patch)
treec83320cd725ccb0edf9968c7f06242ce219d46b5
parent2d081122a688b214249cef7777fb987442123751 (diff)
downloadzope-security-9d696ac8374a174ffedf47c352e58ef5d29a37ec.tar.gz
Prepare zope.security 3.8.2.
-rw-r--r--CHANGES.txt2
-rw-r--r--setup.py2
2 files changed, 2 insertions, 2 deletions
diff --git a/CHANGES.txt b/CHANGES.txt
index 9259c25..42175d2 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -2,7 +2,7 @@
CHANGES
=======
-3.8.2 (unreleased)
+3.8.2 (2011-05-24)
------------------
- Fix a test that failed on Python 2.7.
diff --git a/setup.py b/setup.py
index 98710ed..f00108c 100644
--- a/setup.py
+++ b/setup.py
@@ -25,7 +25,7 @@ def read(*rnames):
return open(os.path.join(os.path.dirname(__file__), *rnames)).read()
setup(name='zope.security',
- version='3.8.2dev',
+ version='3.8.2',
author='Zope Foundation and Contributors',
author_email='zope-dev@zope.org',
description='Zope Security Framework',