summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJim Fulton <jim@zope.com>2009-11-10 17:02:15 +0000
committerJim Fulton <jim@zope.com>2009-11-10 17:02:15 +0000
commit85660df414e4e5261ae5336030a02c5e2e8c648d (patch)
tree799c2a4bdd3fae2aa4134f5126214de7d148b787
parent5e0e8be5221b83b190da981816c89d22d0066530 (diff)
downloadzope-security-85660df414e4e5261ae5336030a02c5e2e8c648d.tar.gz
Updated version.3.7.2
-rw-r--r--setup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index f99c0b9..e58f523 100644
--- a/setup.py
+++ b/setup.py
@@ -27,7 +27,7 @@ def read(*rnames):
return open(os.path.join(os.path.dirname(__file__), *rnames)).read()
setup(name='zope.security',
- version = '3.7.2dev',
+ version = '3.7.2',
author='Zope Corporation and Contributors',
author_email='zope-dev@zope.org',
description='Zope3 Security Framework',