diff options
author | Jim Fulton <jim@zope.com> | 2009-11-10 17:02:15 +0000 |
---|---|---|
committer | Jim Fulton <jim@zope.com> | 2009-11-10 17:02:15 +0000 |
commit | 85660df414e4e5261ae5336030a02c5e2e8c648d (patch) | |
tree | 799c2a4bdd3fae2aa4134f5126214de7d148b787 | |
parent | 5e0e8be5221b83b190da981816c89d22d0066530 (diff) | |
download | zope-security-85660df414e4e5261ae5336030a02c5e2e8c648d.tar.gz |
Updated version.3.7.2
-rw-r--r-- | setup.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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', |