summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTres Seaver <tseaver@palladion.com>2013-02-15 12:25:41 -0500
committerTres Seaver <tseaver@palladion.com>2013-02-15 12:25:41 -0500
commitb571eebed157c5451badee1610c2d1d11c9b6a34 (patch)
treec69984c8e1a70cf2c9e5c500f4b8fabcc2459650
parent7239d40098f2a72787294bf14d651876d6d7f162 (diff)
downloadzope-security-b571eebed157c5451badee1610c2d1d11c9b6a34.tar.gz
svb
-rw-r--r--CHANGES.rst11
-rw-r--r--setup.py2
2 files changed, 12 insertions, 1 deletions
diff --git a/CHANGES.rst b/CHANGES.rst
index c8669a3..9deb4ef 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -2,6 +2,17 @@
CHANGES
=======
+4.0.0 (unreleased)
+------------------
+
+- TODO: Add PyPy support
+
+- TODO: add pure-Python implementations of:
+
+ - ``z.s._proxy.getChecker``
+ - ``z.s._proxy.getObject``
+ - ``z.s._proxy._Proxy``
+
4.0.0a3 (2013-02-15)
--------------------
diff --git a/setup.py b/setup.py
index b6a2748..90d54da 100644
--- a/setup.py
+++ b/setup.py
@@ -88,7 +88,7 @@ else:
]
setup(name='zope.security',
- version='4.0.0a3',
+ version='4.0.0dev',
author='Zope Foundation and Contributors',
author_email='zope-dev@zope.org',
description='Zope Security Framework',