Commit 18d97317 authored by Hanno Schlichting's avatar Hanno Schlichting

Update version after release

parent e1f64be0
...@@ -2,6 +2,10 @@ ...@@ -2,6 +2,10 @@
CHANGES CHANGES
======= =======
3.9.2 (Unreleased)
------------------
3.9.1 (2009-10-18) 3.9.1 (2009-10-18)
------------------ ------------------
......
...@@ -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.9.1', version = '3.9.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