diff options
author | Tres Seaver <tseaver@palladion.com> | 2012-12-22 01:20:05 +0000 |
---|---|---|
committer | Tres Seaver <tseaver@palladion.com> | 2012-12-22 01:20:05 +0000 |
commit | 339febc04850288cbecf0c512e3ad5c365620887 (patch) | |
tree | fa1e2353d985da445da706675706616567fead96 /setup.py | |
parent | 53d301e5d7f8525ab4c2fa1b93a3aec6cb25c17d (diff) | |
download | zope-security-3.8.tar.gz |
svb3.8
Diffstat (limited to 'setup.py')
-rw-r--r-- | setup.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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.5', + version='3.8.6dev', author='Zope Foundation and Contributors', author_email='zope-dev@zope.org', description='Zope Security Framework', |