summaryrefslogtreecommitdiff
path: root/setup.py
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 /setup.py
parent2d081122a688b214249cef7777fb987442123751 (diff)
downloadzope-security-9d696ac8374a174ffedf47c352e58ef5d29a37ec.tar.gz
Prepare zope.security 3.8.2.
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py2
1 files changed, 1 insertions, 1 deletions
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',