Next feature release would be 3.7.0. If bugfixes to 3.6.x happen in between, they can

easily be made anyway before 3.7.0 is released.
parent e41f2349
......@@ -2,6 +2,11 @@
CHANGES
=======
3.7.0 (unreleased)
------------------
- ...
3.6.1 (2008-10-15)
------------------
......
......@@ -22,7 +22,7 @@ def read(*rnames):
return open(os.path.join(os.path.dirname(__file__), *rnames)).read()
setup(name='zope.app.container',
version = '3.6.1dev',
version = '3.7.0dev',
author='Zope Corporation and Contributors',
author_email='zope-dev@zope.org',
description='Zope Container',
......
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