Commit 09363791 authored by Hanno Schlichting's avatar Hanno Schlichting

Prepare zope.container 3.11.1.

parent 51c0d030
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
CHANGES CHANGES
======= =======
3.11.1 (unreleased) 3.11.1 (2010-04-30)
------------------- -------------------
- Prefer the standard libraries doctest module to the one from zope.testing. - Prefer the standard libraries doctest module to the one from zope.testing.
......
...@@ -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.11.1dev', version = '3.11.1',
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