Commit 3d0d3bde authored by Hanno Schlichting's avatar Hanno Schlichting

Bump version

parent 5eacf09f
...@@ -2,6 +2,10 @@ ...@@ -2,6 +2,10 @@
CHANGES CHANGES
======= =======
3.10.2 (unreleased)
-------------------
3.10.1 (2009-12-29) 3.10.1 (2009-12-29)
------------------- -------------------
......
...@@ -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.container', setup(name='zope.container',
version = '3.10.1', version = '3.10.2dev',
author='Zope Corporation and Contributors', author='Zope Corporation and Contributors',
author_email='zope-dev@zope.org', author_email='zope-dev@zope.org',
description='Zope Container', 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