summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHanno Schlichting <hanno@hannosch.eu>2010-04-30 21:53:59 +0000
committerHanno Schlichting <hanno@hannosch.eu>2010-04-30 21:53:59 +0000
commit9df65fefbcc89f5abefcf6cf6d7e758a13aefc36 (patch)
treec989927396f822b97450fb2d92bea1e44254e8cd
parent7c1b8746aff8be3809674a1a566584514e769740 (diff)
downloadzope-security-9df65fefbcc89f5abefcf6cf6d7e758a13aefc36.tar.gz
Prepare zope.security 3.7.3.
-rw-r--r--CHANGES.txt2
-rw-r--r--setup.py4
2 files changed, 3 insertions, 3 deletions
diff --git a/CHANGES.txt b/CHANGES.txt
index 42b16ea..b578d8e 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -2,7 +2,7 @@
CHANGES
=======
-3.7.3 (unreleased)
+3.7.3 (2010-04-30)
------------------
- Prefer the standard libraries doctest module to the one from zope.testing.
diff --git a/setup.py b/setup.py
index 6675e2e..1971a52 100644
--- a/setup.py
+++ b/setup.py
@@ -27,10 +27,10 @@ def read(*rnames):
return open(os.path.join(os.path.dirname(__file__), *rnames)).read()
setup(name='zope.security',
- version = '3.7.3dev',
+ version = '3.7.3',
author='Zope Corporation and Contributors',
author_email='zope-dev@zope.org',
- description='Zope3 Security Framework',
+ description='Zope Security Framework',
long_description=(
read('README.txt')
+ '\n.. contents::\n\n' +