summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTres Seaver <tseaver@palladion.com>2015-06-02 11:38:02 -0400
committerTres Seaver <tseaver@palladion.com>2015-06-02 11:38:02 -0400
commit74d7b3ad03bb74a9df50dc467810d619271b731d (patch)
treeb92d2d4c2c4aea2ac07631c018e8c3afc6e9ec22
parent9b6ea95fd506e507ed26c1ca7418f5ffb14c12e4 (diff)
downloadzope-security-74d7b3ad03bb74a9df50dc467810d619271b731d.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 a66ab03..f420f45 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -1,6 +1,11 @@
Changes
=======
+4.0.3 (unreleased)
+------------------
+
+- TBD
+
4.0.2 (2015-06-02)
------------------
diff --git a/setup.py b/setup.py
index c54c4ef..370e872 100644
--- a/setup.py
+++ b/setup.py
@@ -105,7 +105,7 @@ else:
]
setup(name='zope.security',
- version='4.0.2',
+ version='4.0.3.dev0',
author='Zope Foundation and Contributors',
author_email='zope-dev@zope.org',
description='Zope Security Framework',