Skip to content

Commit

Permalink
Prep 4.0.0a2 release.
Browse files Browse the repository at this point in the history
  • Loading branch information
tseaver committed Feb 15, 2013
1 parent afd7d58 commit 010aafb
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 9 deletions.
14 changes: 6 additions & 8 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,14 @@
CHANGES
=======

4.0.0 (unreleased)
------------------

- TODO: Add PyPy support

- TODO: add pure-Python implementations of:
4.0.0a2 (2013-02-15)
--------------------

- ``z.s._proxy.getChecker``
- ``z.s._proxy.getObject``
- ``z.s._proxy._Proxy``
- Added back the ``untrustedpython`` extra: now pulls in
``zope.untrustedpython``. Restored deprecated backward-compatible imports
for ``zope.security.untrustedpython.{builtins,interpreter,rcompile}``
(the extra and the imports are to be removed in version 4.1).


4.0.0a1 (2013-02-14)
Expand Down
3 changes: 2 additions & 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.0dev',
version='4.0.0a2',
author='Zope Foundation and Contributors',
author_email='zope-dev@zope.org',
description='Zope Security Framework',
Expand Down Expand Up @@ -138,6 +138,7 @@ def __str__(self):
test=TESTS_REQUIRE,
testing=TESTS_REQUIRE + ['nose', 'coverage'],
docs=['Sphinx', 'repoze.sphinx.autointerface'],
untrustedpython=['zope.untrustedpython', 'zope.deprecation'],
),
include_package_data = True,
zip_safe = False,
Expand Down

0 comments on commit 010aafb

Please sign in to comment.