summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTres Seaver <tseaver@palladion.com>2009-05-13 22:54:31 +0000
committerTres Seaver <tseaver@palladion.com>2009-05-13 22:54:31 +0000
commit4911fe8cba2c80d9047aabcfd88b265a79ef7d4f (patch)
treed4bf28ed45fd0e2c9ada06abd6756b76fa2f4563
parent66f0264ffcf398d01392a20ccb3f4823861c107b (diff)
downloadzope-security-4911fe8cba2c80d9047aabcfd88b265a79ef7d4f.tar.gz
svb
-rw-r--r--CHANGES.txt5
-rw-r--r--setup.py2
2 files changed, 6 insertions, 1 deletions
diff --git a/CHANGES.txt b/CHANGES.txt
index 641d668..d4636aa 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -2,6 +2,11 @@
CHANGES
=======
+3.7.1 (unreleased)
+------------------
+
+- TBD
+
3.7.0 (2009-05-13)
------------------
diff --git a/setup.py b/setup.py
index a6c21e8..6582fd2 100644
--- a/setup.py
+++ b/setup.py
@@ -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.0',
+ version = '3.7.1dev',
author='Zope Corporation and Contributors',
author_email='zope-dev@zope.org',
description='Zope3 Security Framework',