summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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',