summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTres Seaver <tseaver@palladion.com>2012-12-22 01:20:05 +0000
committerTres Seaver <tseaver@palladion.com>2012-12-22 01:20:05 +0000
commit339febc04850288cbecf0c512e3ad5c365620887 (patch)
treefa1e2353d985da445da706675706616567fead96
parent53d301e5d7f8525ab4c2fa1b93a3aec6cb25c17d (diff)
downloadzope-security-3.8.tar.gz
svb3.8
-rw-r--r--CHANGES.txt3
-rw-r--r--setup.py2
2 files changed, 4 insertions, 1 deletions
diff --git a/CHANGES.txt b/CHANGES.txt
index a071519..91fe751 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -2,6 +2,9 @@
CHANGES
=======
+3.8.6 (unreleased)
+------------------
+
3.8.5 (2012-12-21)
------------------
diff --git a/setup.py b/setup.py
index 0f53cdc..9e653d5 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.5',
+ version='3.8.6dev',
author='Zope Foundation and Contributors',
author_email='zope-dev@zope.org',
description='Zope Security Framework',