summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTres Seaver <tseaver@palladion.com>2012-12-20 20:10:03 +0000
committerTres Seaver <tseaver@palladion.com>2012-12-20 20:10:03 +0000
commit9ddefb9e1c7ad65de79749f999369c78199f611e (patch)
treea1ebe77c9c7c3b0a1c3f8e64be2850a26fbc6911
parent27f97a4fcb58201b690de404bbf70d90ee4dce5a (diff)
downloadzope-security-9ddefb9e1c7ad65de79749f999369c78199f611e.tar.gz
svb
-rw-r--r--CHANGES.txt5
-rw-r--r--setup.py2
2 files changed, 6 insertions, 1 deletions
diff --git a/CHANGES.txt b/CHANGES.txt
index 992b9a2..d19c975 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -2,6 +2,11 @@
CHANGES
=======
+3.8.5 (unreleased)
+------------------
+
+- TBD
+
3.8.4 (2012-12-20)
------------------
diff --git a/setup.py b/setup.py
index 3c787ee..f2eb68d 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.4',
+ version='3.8.5dev',
author='Zope Foundation and Contributors',
author_email='zope-dev@zope.org',
description='Zope Security Framework',