Skip to content

Commit

Permalink
svb
Browse files Browse the repository at this point in the history
  • Loading branch information
tseaver committed Feb 15, 2013
1 parent 010aafb commit a0c9867
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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.0a2 (2013-02-15)
--------------------
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ def __str__(self):
]

setup(name='zope.security',
version='4.0.0a2',
version='4.0.0dev',
author='Zope Foundation and Contributors',
author_email='zope-dev@zope.org',
description='Zope Security Framework',
Expand Down

0 comments on commit a0c9867

Please sign in to comment.