Commit 6c60524a authored by Martijn Faassen's avatar Martijn Faassen

Post-release vb.

parent 262f3f2c
......@@ -2,10 +2,16 @@
CHANGES
=======
3.5.0 (unreleased)
3.5.1 (unreleased)
------------------
- ...
3.5.0 (2009/01/31)
------------------
- Added support to bootstrap on Jython.
- Use zope.container instead of zope.app.container.
3.4.2 (2008/07/27)
......
......@@ -22,7 +22,7 @@ def read(*rnames):
return open(os.path.join(os.path.dirname(__file__), *rnames)).read()
setup(name='zope.proxy',
version = '3.5.0dev',
version = '3.5.1dev',
author='Zope Corporation and Contributors',
author_email='zope-dev@zope.org',
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