Commit bb80455c authored by Hanno Schlichting's avatar Hanno Schlichting

Prepare zope.proxy 3.6.0.

parent ccc185b3
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
CHANGES CHANGES
======= =======
3.6.0 (unreleased) 3.6.0 (2010-04-30)
------------------ ------------------
- Removed test extra and the remaining dependency on zope.testing. - Removed test extra and the remaining dependency on zope.testing.
......
...@@ -4,4 +4,4 @@ develop = . ...@@ -4,4 +4,4 @@ develop = .
[test] [test]
recipe = zc.recipe.testrunner recipe = zc.recipe.testrunner
eggs = zope.proxy [test] eggs = zope.proxy
...@@ -27,7 +27,7 @@ def read(*rnames): ...@@ -27,7 +27,7 @@ def read(*rnames):
return open(os.path.join(os.path.dirname(__file__), *rnames)).read() return open(os.path.join(os.path.dirname(__file__), *rnames)).read()
setup(name='zope.proxy', setup(name='zope.proxy',
version = '3.6.0dev', version = '3.6.0',
author='Zope Corporation and Contributors', author='Zope Corporation and Contributors',
author_email='zope-dev@zope.org', author_email='zope-dev@zope.org',
description='Generic Transparent Proxies', description='Generic Transparent Proxies',
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment