summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Howitz <mh@gocept.com>2011-05-03 06:26:20 +0000
committerMichael Howitz <mh@gocept.com>2011-05-03 06:26:20 +0000
commit688f57ceb72587c7a4f2c476c9b897e8616b5100 (patch)
treed2b5dcf3161b15d778b0fec1dfc3fee3f0d79c8e
parent905bc100310f932ba8cdf13314ddcb0e6c703a54 (diff)
downloadzope-security-688f57ceb72587c7a4f2c476c9b897e8616b5100.tar.gz
Preparing release 3.8.1
-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 348d397..f7a9338 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -2,7 +2,7 @@
CHANGES
=======
-3.8.1 (unreleased)
+3.8.1 (2011-05-03)
------------------
- Fixed circular import beween ``zope.security.decorator`` and
diff --git a/setup.py b/setup.py
index 50bef9e..564f751 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.8.1dev',
+ version='3.8.1',
author='Zope Foundation and Contributors',
author_email='zope-dev@zope.org',
description='Zope Security Framework',