summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorHanno Schlichting <hanno@hannosch.eu>2010-09-19 12:09:26 +0000
committerHanno Schlichting <hanno@hannosch.eu>2010-09-19 12:09:26 +0000
commit185adf9a3f0989cbde2913bb7f2ac1a7cf4f67cd (patch)
treea4100012e7909c276abaa0bc039cbb4be90ae2c9 /setup.py
parentbb2b8172e2256de49752ab90a7251166dee3278a (diff)
downloadzope-security-185adf9a3f0989cbde2913bb7f2ac1a7cf4f67cd.tar.gz
The changes warrant a new feature release
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index 746c87b..0ca7067 100644
--- a/setup.py
+++ b/setup.py
@@ -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',