Commit 45b86cc4 authored by Tres Seaver's avatar Tres Seaver

Post-release.

parent 60ef19a2
...@@ -2,7 +2,12 @@ ...@@ -2,7 +2,12 @@
CHANGES CHANGES
======= =======
3.7.1 (unreleased) 3.7.2 (unreleased)
------------------
- ...
3.7.1 (2009-02-05)
------------------ ------------------
- Raise more "Pythonic" errors from ``__setitem__``, losing the dependency - Raise more "Pythonic" errors from ``__setitem__``, losing the dependency
......
...@@ -22,7 +22,7 @@ def read(*rnames): ...@@ -22,7 +22,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.7.1dev', version = '3.7.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