summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTres Seaver <tseaver@palladion.com>2014-03-19 15:08:07 -0400
committerTres Seaver <tseaver@palladion.com>2014-03-19 15:08:07 -0400
commit007f4ffc3fb7dee3deeb7fbd88926fb07a0848a5 (patch)
tree036c007784ce2ec0e680fd4241ab0dcab469c624
parent6a73c0d98bb2ad7fffcae39d3803f5492a6b7266 (diff)
downloadzope-security-007f4ffc3fb7dee3deeb7fbd88926fb07a0848a5.tar.gz
svb
-rw-r--r--CHANGES.rst5
-rw-r--r--setup.py2
2 files changed, 6 insertions, 1 deletions
diff --git a/CHANGES.rst b/CHANGES.rst
index 8ae6315..dfb2397 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -2,6 +2,11 @@
CHANGES
=======
+4.0.2 (unreleased)
+------------------
+
+- TBD
+
4.0.1 (2014-03-19)
------------------
diff --git a/setup.py b/setup.py
index 460a27c..0bd6d48 100644
--- a/setup.py
+++ b/setup.py
@@ -105,7 +105,7 @@ else:
]
setup(name='zope.security',
- version='4.0.1',
+ version='4.0.2dev',
author='Zope Foundation and Contributors',
author_email='zope-dev@zope.org',
description='Zope Security Framework',