summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStephan Richter <stephan.richter@gmail.com>2013-02-28 13:48:00 -0500
committerStephan Richter <stephan.richter@gmail.com>2013-02-28 13:48:00 -0500
commitca75fe1d311c485471b53939f5127381cbaa0c40 (patch)
tree53095e3d3551c48224139eacb275d53611aae4e7
parent6bf4a161cb0cb9d7fa48b7fcf850ce5c89981fca (diff)
downloadzope-security-ca75fe1d311c485471b53939f5127381cbaa0c40.tar.gz
Back to development: 4.0.0a6
-rw-r--r--CHANGES.rst6
-rw-r--r--setup.py2
2 files changed, 7 insertions, 1 deletions
diff --git a/CHANGES.rst b/CHANGES.rst
index c3de1a7..1cfa8ce 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -2,6 +2,12 @@
CHANGES
=======
+4.0.0a6 (unreleased)
+--------------------
+
+- Nothing changed yet.
+
+
4.0.0a5 (2013-02-28)
--------------------
diff --git a/setup.py b/setup.py
index fb06e94..9bc85a1 100644
--- a/setup.py
+++ b/setup.py
@@ -104,7 +104,7 @@ else:
]
setup(name='zope.security',
- version='4.0.0a5',
+ version='4.0.0a6.dev0',
author='Zope Foundation and Contributors',
author_email='zope-dev@zope.org',
description='Zope Security Framework',