summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTres Seaver <tseaver@palladion.com>2009-05-13 22:51:02 +0000
committerTres Seaver <tseaver@palladion.com>2009-05-13 22:51:02 +0000
commit66f0264ffcf398d01392a20ccb3f4823861c107b (patch)
tree0653f93dc62d6b63c51fe8d53eceefd8aa7fe297
parent50e7b6955cc0f398693f158ba1cae1ab35793183 (diff)
downloadzope-security-66f0264ffcf398d01392a20ccb3f4823861c107b.tar.gz
Prep 3.7.0 release.
-rw-r--r--CHANGES.txt2
-rw-r--r--setup.py2
2 files changed, 2 insertions, 2 deletions
diff --git a/CHANGES.txt b/CHANGES.txt
index 98432c3..641d668 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -2,7 +2,7 @@
CHANGES
=======
-3.6.4 (unreleased)
+3.7.0 (2009-05-13)
------------------
- Made ``pytz`` a soft dependency: the checker for ``pytz.UTC`` is
diff --git a/setup.py b/setup.py
index 070fef0..a6c21e8 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.6.4dev',
+ version = '3.7.0',
author='Zope Corporation and Contributors',
author_email='zope-dev@zope.org',
description='Zope3 Security Framework',