diff options
| author | Hanno Schlichting <hanno@hannosch.eu> | 2010-09-19 12:09:26 +0000 |
|---|---|---|
| committer | Hanno Schlichting <hanno@hannosch.eu> | 2010-09-19 12:09:26 +0000 |
| commit | 185adf9a3f0989cbde2913bb7f2ac1a7cf4f67cd (patch) | |
| tree | a4100012e7909c276abaa0bc039cbb4be90ae2c9 /setup.py | |
| parent | bb2b8172e2256de49752ab90a7251166dee3278a (diff) | |
| download | zope-security-185adf9a3f0989cbde2913bb7f2ac1a7cf4f67cd.tar.gz | |
The changes warrant a new feature release
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.7.4dev', + version = '3.8.0dev', author='Zope Foundation and Contributors', author_email='zope-dev@zope.org', description='Zope Security Framework', |
