diff options
| author | Gary Poster <gary@modernsongs.com> | 2009-08-13 20:40:38 +0000 |
|---|---|---|
| committer | Gary Poster <gary@modernsongs.com> | 2009-08-13 20:40:38 +0000 |
| commit | 1bc9919e058f4a1fe8c6e686f4b0ea1c94bdaf76 (patch) | |
| tree | 1494941172c81b7045f1583971eae807237987bd /setup.py | |
| parent | 9c68bcf297c7f05207399e60bf92bb9fbf0cddf5 (diff) | |
| download | zope-security-1bc9919e058f4a1fe8c6e686f4b0ea1c94bdaf76.tar.gz | |
prepare trunk
Diffstat (limited to 'setup.py')
| -rw-r--r-- | setup.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -22,7 +22,7 @@ def read(*rnames): return open(os.path.join(os.path.dirname(__file__), *rnames)).read() setup(name='zope.security', - version = '3.7.1', + version = '3.7.2dev', author='Zope Corporation and Contributors', author_email='zope-dev@zope.org', description='Zope3 Security Framework', |
