summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTres Seaver <tseaver@palladion.com>2012-12-22 01:25:46 +0000
committerTres Seaver <tseaver@palladion.com>2012-12-22 01:25:46 +0000
commitf6d33662b3bf2c40f8e5a6dec26723cc5183c004 (patch)
treeda948872eeac2abb42ea4b6490f749eee84a1102
parente0dd0185a430a6e95d998e52a38ddb691453d925 (diff)
downloadzope-security-f6d33662b3bf2c40f8e5a6dec26723cc5183c004.tar.gz
Prep 3.9.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 08283e4..a657976 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -2,7 +2,7 @@
CHANGES
=======
-3.9.0 (unreleased)
+3.9.0 (2012-12-21)
------------------
- Ship with an included ``proxy.h`` header which is compatible with the
diff --git a/setup.py b/setup.py
index ae7b577..2ad374f 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.9.0dev',
+ version='3.9.0',
author='Zope Foundation and Contributors',
author_email='zope-dev@zope.org',
description='Zope Security Framework',